aboutsummaryrefslogtreecommitdiffstats
path: root/.config/init
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-09-06 10:29:13 -0700
committerkatherine <shmibs@shmibbles.me>2016-09-06 10:29:13 -0700
commite579e386a2ba893b266626864d0a136f074bb3f6 (patch)
tree7b140229e9620d580947cc73f368223f66300398 /.config/init
parent89834e9258fd375726c914301498309566bca9af (diff)
downloaddotfiles-e579e386a2ba893b266626864d0a136f074bb3f6.tar.gz
use non-fullwidth tabs in firefox
didn't feel comfy the other way ┐(¯-¯)┌
Diffstat (limited to '.config/init')
-rw-r--r--.config/init/gen-userChrome.sh6
1 files changed, 0 insertions, 6 deletions
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;
}