From e579e386a2ba893b266626864d0a136f074bb3f6 Mon Sep 17 00:00:00 2001 From: katherine Date: Tue, 6 Sep 2016 10:29:13 -0700 Subject: use non-fullwidth tabs in firefox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit didn't feel comfy the other way ┐(¯-¯)┌ --- .config/init/gen-userChrome.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to '.config/init') diff --git a/.config/init/gen-userChrome.sh b/.config/init/gen-userChrome.sh index d72d590..f207dd1 100644 --- a/.config/init/gen-userChrome.sh +++ b/.config/init/gen-userChrome.sh @@ -3,11 +3,6 @@ echo "\ @-moz-document url-prefix(about:blank) {*{background-color:${bg_normal};}} -.tabbrowser-tabs:not([drag=detach]) > .tabbrowser-tab:not([pinned])[fadein] { - min-width: 10px !important; - max-width: 100% !important; -} - #TabsToolbar:not(:-moz-lwtheme)::after {display: none;} /* Remove the following line if you want the text color of unselected tabs to be black (Firefox default) */ #TabsToolbar .tabbrowser-tab:not([selected]) {color: rgba(255,255,255,0.9);} @@ -21,7 +16,6 @@ echo "\ min-height: ${bheight}px !important; margin-top: 0px !important; margin-bottom: 0px !important; - text-align: center !important; margin-left: -15px !important; margin-right: -15px !important; } -- cgit v1.2.3