1
- @import url ("https://github.com/ferrocyante/Tab-groups-for-Arc-H/raw/refs/heads/main/tab-groups.css" )
1
+ /* @import url("https://github.com/ferrocyante/Tab-groups-for-Arc-H/raw/refs/heads/main/tab-groups.css") */
2
2
3
3
/* Hidden buttons */
4
4
/* #nav-bar-overflow-button, */
@@ -95,8 +95,14 @@ tab[busy] {
95
95
# browser : has ([zen-empty-tab = "true" ][selected = "true" ])
96
96
# urlbar : not ([open ]) {
97
97
opacity : 0 !important ;
98
+
98
99
}
99
100
101
+ /* #main-window:has(#zen-main-app-wrapper[zen-compact-mode="true"] hbox#browser:has([zen-empty-tab="true"][selected="true"])) #mainPopupSet >
102
+ #tab-preview-panel{
103
+ display: none !important;
104
+ } */
105
+
100
106
/* dark theme for image */
101
107
html : not ([lwt-sidebar = "dark" ]) {
102
108
# browser : has ([zen-empty-tab = "true" ][selected = "true" ]) .browserStack browser {
@@ -147,7 +153,6 @@ html,
147
153
background-color : transparent !important ;
148
154
border : none !important ;
149
155
box-shadow : none !important ;
150
- /* width: 250px !important; */
151
156
}
152
157
153
158
/* body > browser:nth-child(2)[disableglobalhistory="true"], */
@@ -162,7 +167,6 @@ html,
162
167
}
163
168
164
169
# sidebar-header {
165
- /* display: none; */
166
170
transition : all 0.3s ease-in-out !important ;
167
171
top : 0px !important ;
168
172
position : relative !important ;
@@ -179,7 +183,6 @@ html,
179
183
.zen-view-splitter-header {
180
184
transition : margin 0.3s ease-in-out;
181
185
& : hover {
182
- /* transform: translateY(12px) !important; */
183
186
margin-top : 15px !important ;
184
187
}
185
188
}
@@ -188,8 +191,8 @@ html,
188
191
# urlbar [open ][zen-floating-urlbar = "true" ] {
189
192
# urlbar-background {
190
193
background-color : light-dark (
191
- color-mix (in srgb, # fdfdfd 50 % , transparent),
192
- color-mix (in srgb, # 0e0e0e 50 % , transparent)
194
+ color-mix (in srgb, # fdfdfd 80 % , transparent),
195
+ color-mix (in srgb, # 0e0e0e 80 % , transparent)
193
196
) !important ;
194
197
}
195
198
}
0 commit comments