diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-10 00:57:22 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-10 00:57:22 -0500 |
| commit | 0b1542d38ac7e1e0f5744c33d05dd88e4dadf5c1 (patch) | |
| tree | 02d76d67a4251d4214c2cf1ae68b877b8b5dc1c9 /scripts/theme-studio/styles.css | |
| parent | 501008b066a65162b187b7b0bf6e4475f5f5899b (diff) | |
| download | dotemacs-0b1542d38ac7e1e0f5744c33d05dd88e4dadf5c1.tar.gz dotemacs-0b1542d38ac7e1e0f5744c33d05dd88e4dadf5c1.zip | |
style(theme-studio): lay out family strips as vertical columns
Each family now reads top to bottom (dark to light) as a column, with families arranged left to right, rather than horizontal rows stacked down the panel.
Diffstat (limited to 'scripts/theme-studio/styles.css')
| -rw-r--r-- | scripts/theme-studio/styles.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/theme-studio/styles.css b/scripts/theme-studio/styles.css index b1962f5b1..2a5a9d859 100644 --- a/scripts/theme-studio/styles.css +++ b/scripts/theme-studio/styles.css @@ -23,10 +23,9 @@ .cat{color:#b4b1a2} .ex{font-size:17px} .sbtn{width:26px;height:24px;border:1px solid #3a3a3a;border-radius:3px;background:#eaeaea;color:#111;cursor:pointer;font-size:15px;margin-right:2px;padding:0} .sbtn.on{background:#0d0b0a;color:#cdced1;border-color:#8a9496} - .pals{display:flex;flex-direction:column;gap:8px} - .fstrip{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:5px;border-radius:7px;border:1px solid transparent} + .pals{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;align-items:flex-start} + .fstrip{display:flex;flex-direction:column;gap:6px;padding:5px;border-radius:7px;border:1px solid transparent} .fstrip.ground{border-color:#252321;background:#161412} - .fstrip .slabel{font:9pt monospace;color:#6f6a5e;min-width:30px;text-align:right;padding-right:4px} .palwarn{display:none;margin-top:8px;font:10pt monospace;color:#cb6b4d} .palwarn .pwh{font-weight:bold;margin-bottom:2px} .palwarn .pwl{opacity:.92} |
