-
Notifications
You must be signed in to change notification settings - Fork 0
/
treetabs.css
60 lines (55 loc) · 1.01 KB
/
treetabs.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
/*
Title: Edge-Like Tree Style Tabs
Author: @Drannex42 (https://github.com/drannex42/linux-utils - https://macleodsawyer.com)
*/
.tab .twisty {
display: none;
}
/* Push tab labels slightly to the right so they're completely hidden in collapsed state */
.favicon {
--favicon-size: 1.2em;
margin-left: 0.3em;
}
.newtab-button {
display: none;
}
tab-item .label {
padding: 0.85em !important;
}
tab-item {
border-radius: 0.3em;
position: relative !important;
}
tab-item.active {
background: #ececec;
}
tab-item:hover {
background: #dedede;
}
:root.left #tabbar {
margin-top: 0.5em;
}
tab-item.pinned {
--pinned-position-top: 0 !important;
}
#tabbar [data-level] {
margin: 0.1em 0.4em;
}
tab-item tab-closebox {
margin: 0 0.5em;
}
tab-item tab-closebox:hover {
opacity: 0.5;
}
tab-item .contextual-identity-marker {
height: 70%;
width: 0.35em !important;
}
@media screen and (max-width: 51px) {
.tab {
padding-right: 0;
}
tab-item .contextual-identity-marker {
display: none;
}
}