forked from Tnings/CompactFox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserChrome.css
71 lines (56 loc) · 1.5 KB
/
userChrome.css
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/* to remove elements you can use keybinds with, uncomment the line below */
/* @import "powerUser.css"; */
/* changed tabs */
.titlebar-spacer{
display: none;
}
.titlebar-buttonbox-container{
margin-right: 4px !important;
}
#tabbrowser-tabs{
padding: 3px !important;
margin-left: 2px !important;
margin-right: 2px !important;
}
:root {
--tab-min-height: 20px !important;
--tab-max-height: 20px !important;
}
.tab-close-button{
height: 15px !important;
width: 15px !important;
padding: 2px !important;
}
.tab-throbber-tabslist, .tab-throbber, .tab-icon-pending, .tab-icon-image, .tab-sharing-icon-overlay, .tab-icon-overlay {
height: 14px !important;
width: 14px !important;
}
/* navbar size */
#urlbar-input {
height: 18px !important;
}
#urlbar{
min-height: 25px !important;
}
.toolbarbutton-badge {
/* min-width: 10px !important; */
}
#nav-bar > .toolbarbutton-1{
padding: 0px !important;
}
.urlbar-page-action{
padding-top: 2px !important;
padding-bottom: 2px !important;
}
.notification-anchor-icon{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
/* bookmarks size */
.bookmark-item{
padding-top: 1px !important;
padding-bottom: 1px !important;
}
/* Disables the bookmarks star button since it's misaligned. I use the context menu's star, so I CBA with properly fixing it. */
/* You can disable the misaligned reader view button in about:config by changing "reader.parse-on-load.enabled" to "false" btw. */
#star-button-box { display:none !important; }