more quality of life updates

This commit is contained in:
2026-04-01 23:07:05 -07:00
parent 878c7b415c
commit d4cecf0372
79 changed files with 139 additions and 127 deletions

View File

@@ -154,7 +154,7 @@ html, body, #root {
.floating-menu-toggle {
width: 40px;
height: 40px;
border-radius: 10px;
border-radius: 20px;
border: 1px solid var(--border-toolbar);
background: var(--bg-toolbar);
cursor: pointer;
@@ -170,8 +170,8 @@ html, body, #root {
}
.floating-menu-logo {
width: 28px;
height: 28px;
width: 40px;
height: 40px;
border-radius: 6px;
}
@@ -744,6 +744,9 @@ html, body, #root {
.node-help-panel-body strong { color: #e2e8f0; }
.node-help-panel-body a { color: #ff9800; }
.node-help-panel-body a:hover { color: #ffb74d; }
/* ── Help panel TOC + content layout ──────────────────────────────── */
.help-content-row {