From 4a3d2a8ddaf4e546df360656bc54b2947bdb890b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 3 Jan 2021 00:55:29 +0100 Subject: gkleen@sif: import --- accounts/gkleen@sif/firefox-chrome.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 accounts/gkleen@sif/firefox-chrome.css (limited to 'accounts/gkleen@sif/firefox-chrome.css') diff --git a/accounts/gkleen@sif/firefox-chrome.css b/accounts/gkleen@sif/firefox-chrome.css new file mode 100644 index 00000000..2d359771 --- /dev/null +++ b/accounts/gkleen@sif/firefox-chrome.css @@ -0,0 +1,25 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +* { + font-size:12px; +} + +#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; } -- cgit v1.2.3