aboutsummaryrefslogtreecommitdiff
path: root/.config/firefox/chrome/userChrome.css
blob: dcf28fe468fbf82c5a57c40e206c37b368e37833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* hide shit */
#alltabs-button,
#appMenu-fxa-status2,
#appMenu-fxa-separator
{ display: none !important; }

/* undo shit */
#urlbar,
#searchbar
{ font-size: unset !important; }

/* make shit compact */
body { font-size: 10pt; }
.tab-background {
	min-height: unset !important;
	margin-block: 0 !important;
}

.tabbrowser-tab
{ padding: 0 !important; }

.tab-background,
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon
{ border-radius: 0 !important; }

#nav-bar,
#navigator-toolbox
{ border: none !important; }