aboutsummaryrefslogtreecommitdiff
path: root/home/dot_config/firefox/chrome/userChrome.css
blob: 330b18ec75a681ebe42e7cd7c9577efe1fef8f99 (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
30
31
32
33
34
35
36
37
38
39
/* hide shit */
#alltabs-button,
#appMenu-fxa-status2,
#appMenu-fxa-separator,
#fullscreen-warning,
.findbar-highlight,
#urlbar-searchmode-switcher,
#translations-button,
#reader-mode-button
{ display: none !important; }

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

/* make shit compact */
body { font-size: 10pt; }
.tab-background { margin-block: 0 !important; }
#TabsToolbar { --toolbarbutton-inner-padding: 8px; }
:root { --tab-min-height: 24px !important; }
.tab-label-container {
	height: unset !important;
	margin-right: var(--toolbarbutton-inner-padding);
}

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

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

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

#urlbar-input
{ padding: 0px 8px !important; }