diff options
| author | bh <qn+git@excalibur.computer> | 2026-01-15 17:29:36 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-01-15 17:29:36 +0800 |
| commit | 1e3d71b45809efe11905e91817de0950d685df42 (patch) | |
| tree | 55a5cf1631290c151fd4a5abe0a465b37825a707 /treeStyleTabs.css | |
| parent | 2403af2dcf0a7091f92e937acc9d549c42e9b920 (diff) | |
Added some new stuff to userChrome and treeStyleTabs. Refactored CSS for chatgpt
Diffstat (limited to 'treeStyleTabs.css')
| -rw-r--r-- | treeStyleTabs.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/treeStyleTabs.css b/treeStyleTabs.css index 1a63270..ffbc5e5 100644 --- a/treeStyleTabs.css +++ b/treeStyleTabs.css @@ -192,3 +192,23 @@ tab-item { scrollbar-color: var(--browser-toolbar_text-darker, var(--theme-colors-toolbar_bottom_separator, var(--in-content-button-background-hover-mixed))) var(--theme-colors-toolbar, var(--in-content-box-background)); } + + +/* ═══════════════════════════════════════════════════════════════════ + 🔤 FONT SIZE CUSTOMIZATION + ═══════════════════════════════════════════════════════════════════ */ + +/* Set tab font size to 13px */ +tab-item, +tab-item *, +.label, +tab-label { + font-size: 13px !important; +} + +/* Set font size for other sidebar elements */ +.after-tabs button, +.after-tabs [role="button"], +#subpanel-container { + font-size: 13px !important; +} |