-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathremove-tab-title.css
More file actions
143 lines (115 loc) · 2.61 KB
/
remove-tab-title.css
File metadata and controls
143 lines (115 loc) · 2.61 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/* Hide tab titles */
.tab-position [id*="tab"].tab span.title {
display: none;
}
/*FOR SECOND LEVEL STACK
https://forum.vivaldi.net/topic/55903/wider-pinned-tabs/16
*/
.tab-position {
--PositionX: 0px !important;
}
.tab-position.tab-yield-space {
--PositionX: 0px !important;
margin-bottom: 2px !important;
}
/* MULTILINE SECOND LEVEL */
#tabs-subcontainer.top.visible {
flex-basis: unset !important;
min-height: 34px !important;
margin-left: 5px !important;
}
.tab-position [id*="tab"].tab.insubstrip {
height: 32px !important;
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* GENERAL MOD*/
#tabs-tabbar-container {
height: 31px !important;
margin-top: 1px !important;
margin-bottom: 2px !important;
}
.mainbar {
margin-top: 1px !important;
}
.resize {
/*display: block !important;*/
}
.tab-strip {
display: block;
}
.tab-strip > span {
display: inline-block;
}
.tab-strip > span > .tab-position {
left: 0px !important;
position: relative;
height: 24px !important;
width: auto !important;
}
.tab-strip > span > .tab-position > .tab:not(.pinned) {
width: 40px !important;
margin-right: 2px !important;
margin-left: 2px !important;
align-items: center;
height: 30px !important;
}
.tab-strip > span > .tab-position > .tab.pinned {
width: 149px !important;
height: 30px !important;
margin-right: 2px !important;
margin-left: 2px !important;
}
.tab.pinned .tab-header {
padding-bottom: 3px;
}
.tab-strip > .newtab {
--PositionX: 1px !important;
left: 1px !important;
margin-right: 1px !important;
margin-left: 1px !important;
top: 0px !important;
position: relative !important;
display: inline-block;
padding: 0;
vertical-align: top;
}
.tab-header > .favicon > svg {
height: 17px;
padding-left: 2px;
}
.tab-header .tab.uifocusstop.insubstrip {
padding-left: 2px !important;
padding-right: 2px !important;
}
.tab-strip > .toolbar.toolbar-tabbar {
display: inline-flex;
}
.tab[title*="Feedbro"].pinned,
.tab[title*="Notifications"].pinned,
.tab[title*="WhatsApp"].pinned {
min-width: 34px !important;
max-width: 34px !important;
}
.tab-group-indicator {
bottom: -6px !important;
left: 3px;
}
/* Hide selected workspace titles */
button[name="WorkspaceButton"] > .button-title {
display: none !important;
visibility: hidden;
}
.burger-icon svg {
margin-top: 3px;
}
.window-buttongroup > button {
height: 45px !important;
}
.tab-position .tab .tab-header{
padding-right: 7px;
}
/* Hide new tab button, as it shows in the wrong place */
.toolbar.toolbar-tabbar.toolbar-large.tab-position:has(.newtab) {
display: none;
}