Number and stripe the per-script settings so each one reads as its own row
This commit is contained in:
@@ -320,7 +320,17 @@ body.vv-fullscreen #displaybox { padding-left: 1rem !important; padding-top: .5r
|
||||
.vv-cf-file { font-size: 10px; color: #555; background: #1a1a1a; border: 1px solid #2e2e2e;
|
||||
padding: 1px 6px; border-radius: 3px; font-weight: normal; text-transform: none;
|
||||
letter-spacing: 0; }
|
||||
.vv-cf-field { margin-bottom: 10px; }
|
||||
/* One setting per striped row, numbered down the left. Previously these were separated only by
|
||||
a 10px margin, which read as one continuous block once a script had more than a few. The
|
||||
stripe is what actually does the separating; the number gives each one a handle to refer to. */
|
||||
.vv-cf-field { display: flex; align-items: flex-start; gap: 10px;
|
||||
padding: 8px 10px; border-radius: 3px; border-left: 2px solid transparent; }
|
||||
.vv-cf-alt { background: #141414; }
|
||||
.vv-cf-field:hover { border-left-color: #2d4a6a; }
|
||||
.vv-cf-num { font-family: monospace; font-size: 10px; color: #3a3a3a; min-width: 20px;
|
||||
text-align: right; padding-top: 2px; flex-shrink: 0; user-select: none; }
|
||||
.vv-cf-field:hover .vv-cf-num { color: #6a6a6a; }
|
||||
.vv-cf-body { flex: 1; min-width: 0; }
|
||||
.vv-cf-key { font-family: monospace; font-size: 12px; color: #ccc; margin-bottom: 3px; }
|
||||
.vv-cf-desc { font-size: 11px; color: #666; margin-bottom: 4px; font-style: italic; line-height: 1.4; }
|
||||
.vv-cf-scalar { display: block; width: 100%; box-sizing: border-box; background: #111; border: 1px solid #333;
|
||||
|
||||
Reference in New Issue
Block a user