From 792e09b5554fb8633d2ca547c3cf6799aa02d797 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 20 Jun 2026 05:36:37 -0400 Subject: 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. --- scripts/theme-studio/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/theme-studio/app.js') diff --git a/scripts/theme-studio/app.js b/scripts/theme-studio/app.js index d6375eee4..2da0558a3 100644 --- a/scripts/theme-studio/app.js +++ b/scripts/theme-studio/app.js @@ -570,7 +570,7 @@ function buildMockFrame(){ }); let html=`
${buf}
`; const mlhStyle=uiCss(mlh,mlh.fg||ml.fg||bg,mlh.bg||ml.bg||fg); - html+=`
init.el (Emacs Lisp) L5 git:main
`; + html+=`
init.el (Emacs Lisp) L5 git:main
`; html+=`
*Messages* (Fundamental)
`; html+=`
I-search: count zzz [no match]
`; html+=`
https://gnu.org error warning ok
`; -- cgit v1.2.3