aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/styles.css
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-20 05:36:37 -0400
committerCraig Jennings <c@cjennings.net>2026-06-20 05:36:37 -0400
commit792e09b5554fb8633d2ca547c3cf6799aa02d797 (patch)
treed32c3dcbf31af7aaeef4334ccd651ab4ca84d557 /scripts/theme-studio/styles.css
parentbe62ae5ba244043a8eafbc9db04e36875abaf3c4 (diff)
downloaddotemacs-792e09b5554fb8633d2ca547c3cf6799aa02d797.tar.gz
dotemacs-792e09b5554fb8633d2ca547c3cf6799aa02d797.zip
feat(theme-studio): tighten the elements-table horizontal layout
Reduce the per-cell horizontal padding from 12px to 8px across the assignment tables, so more of each row fits without horizontal scroll on a narrow screen. Also shorten the mode-line-highlight label to "(hover)", since the face name already carries the "mode-line" part.
Diffstat (limited to 'scripts/theme-studio/styles.css')
-rw-r--r--scripts/theme-studio/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/theme-studio/styles.css b/scripts/theme-studio/styles.css
index 2defd750d..e81bef810 100644
--- a/scripts/theme-studio/styles.css
+++ b/scripts/theme-studio/styles.css
@@ -4,8 +4,8 @@
.wrap{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:14px;padding-bottom:10px}
.col{flex:0 0 auto;width:460px}
pre{background:#0d0b0a;border:1px solid #252321;border-radius:8px;padding:14px 16px;font-size:12pt;overflow:auto;white-space:pre}
- table.leg{border-collapse:collapse} table.leg td{padding:4px 12px;vertical-align:middle}
- table.leg th{cursor:pointer;color:#b4b1a2;text-align:left;padding:4px 12px;user-select:none;font-weight:normal}
+ table.leg{border-collapse:collapse} table.leg td{padding:4px 8px;vertical-align:middle}
+ table.leg th{cursor:pointer;color:#b4b1a2;text-align:left;padding:4px 8px;user-select:none;font-weight:normal}
#legtable th:nth-child(3),#legtable th:nth-child(4),
#legtable td:nth-child(3),#legtable td:nth-child(4),
#uitable th:nth-child(3),#uitable th:nth-child(4),