Make second brain graph viewport circular

This commit is contained in:
2026-06-05 09:25:13 +02:00
parent f6edf7cdf2
commit 5ebb87db41
2 changed files with 43 additions and 22 deletions

View File

@@ -168,7 +168,7 @@ body {
margin: 8px auto 0;
background:#02040a;
border:1px solid #172033;
border-radius: 8px;
border-radius: 50%;
box-shadow: 0 0 28px rgba(34,211,238,0.08), inset 0 0 42px rgba(124,58,237,0.08);
touch-action: none;
}