From 1e3d71b45809efe11905e91817de0950d685df42 Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 15 Jan 2026 17:29:36 +0800 Subject: Added some new stuff to userChrome and treeStyleTabs. Refactored CSS for chatgpt --- treeStyleTabs.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'treeStyleTabs.css') 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; +} -- cgit v1.2.3