From badf7aba844967c5d13e01079c12df758715167a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2026 12:37:52 +0200 Subject: ... --- accounts/gkleen@skadhi/firefox/userChrome.css | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 accounts/gkleen@skadhi/firefox/userChrome.css (limited to 'accounts/gkleen@skadhi/firefox/userChrome.css') diff --git a/accounts/gkleen@skadhi/firefox/userChrome.css b/accounts/gkleen@skadhi/firefox/userChrome.css new file mode 100644 index 00000000..726f1e4b --- /dev/null +++ b/accounts/gkleen@skadhi/firefox/userChrome.css @@ -0,0 +1,54 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +* { + font-size:12px; +} + +#sidebar-main:has([expanded]) { + min-width:20em !important; + max-width:20em !important; +} + +#sidebar, #sidebar-box { + min-width:35em !important; + max-width:35em !important; +} + +#sidebar-box { + margin-right: var(--space-small); +} + +/* +#sidebar { + min-width:20em !important; + max-width:20em !important; + border-right:1px solid rgba(30,30,30) !important; +} + +#sidebar-header:nth-last-child(2) > *:last-child { + visibility: collapse; +} + +#sidebar-splitter { + visibility: collapse; +} + +#toolbar-menubar[inactive="true"] + #TabsToolbar { + visibility: collapse !important; +} + +#sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header { visibility: collapse !important; } +#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header { visibility: collapse !important; } +*/ + +.titlebar-buttonbox-container{ display: none; } +#vertical-spacer { display: none; } +#tabbrowser-tabs[orient="vertical"] .tab-background { + border-radius: var(--border-radius-small) !important; +} +hbox:has(> #tabs-newtab-button) { + display: none; +} +#sidebar-main .tools-and-extensions { + justify-content: space-around !important; +} -- cgit v1.2.3