Skip to content

Commit 1e6b17b

Browse files
authored
Update userChrome.css
1 parent 3ebb3a9 commit 1e6b17b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

userChrome.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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") */
22

33
/* Hidden buttons */
44
/* #nav-bar-overflow-button, */
@@ -95,8 +95,14 @@ tab[busy] {
9595
#browser:has([zen-empty-tab="true"][selected="true"])
9696
#urlbar:not([open]) {
9797
opacity: 0 !important;
98+
9899
}
99100

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+
100106
/* dark theme for image */
101107
html:not([lwt-sidebar="dark"]) {
102108
#browser:has([zen-empty-tab="true"][selected="true"]) .browserStack browser {
@@ -147,7 +153,6 @@ html,
147153
background-color: transparent !important;
148154
border: none !important;
149155
box-shadow: none !important;
150-
/* width: 250px !important; */
151156
}
152157

153158
/* body > browser:nth-child(2)[disableglobalhistory="true"], */
@@ -162,7 +167,6 @@ html,
162167
}
163168

164169
#sidebar-header {
165-
/* display: none; */
166170
transition: all 0.3s ease-in-out !important;
167171
top: 0px !important;
168172
position: relative !important;
@@ -179,7 +183,6 @@ html,
179183
.zen-view-splitter-header {
180184
transition: margin 0.3s ease-in-out;
181185
&:hover {
182-
/* transform: translateY(12px) !important; */
183186
margin-top: 15px !important;
184187
}
185188
}
@@ -188,8 +191,8 @@ html,
188191
#urlbar[open][zen-floating-urlbar="true"] {
189192
#urlbar-background {
190193
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)
193196
) !important;
194197
}
195198
}

0 commit comments

Comments
 (0)