Two thirds of the conf was unreachable from the UI, and an empty Config block said nothing about why

This commit is contained in:
Gmer4Lfe
2026-08-06 23:08:49 -04:00
parent 9be6055113
commit 4989486f45
3 changed files with 47 additions and 4 deletions
+5
View File
@@ -359,6 +359,11 @@ body.vv-fullscreen #displaybox { padding-left: 1rem !important; padding-top: .5r
background-origin: content-box; background-attachment: local; }
.vv-cf-array:focus { outline: none; }
.vv-cf-empty { color: #555; font-size: 13px; font-style: italic; padding: 20px 4px; text-align: center; margin: 0; }
/* "No user adjustable settings" — a stated fact, not an empty region. Tagged rather than greyed
out, because the thing being communicated is that nothing is missing. */
.vv-cf-none { color: #9a8f6a; font-size: 12px; margin: 0; padding: 8px 10px;
background: #1c1a12; border: 1px solid #33301f; border-left: 3px solid #7a6a3a;
border-radius: 3px; }
.vv-custom-empty { color: #666; font-size: 13px; padding: 8px 4px; margin: 0; font-style: italic; }
.vv-custom-count { font-size: 12px; color: #666; margin-left: 8px; flex-shrink: 0; }
.vv-section-sep { font-size: 11px; font-weight: bold; color: #666; text-transform: uppercase;