Skip to content

Commit e10aee6

Browse files
authored
Update userChrome.css - removed urlbar limit fix
1 parent caf8848 commit e10aee6

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

userChrome.css

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
/* @import url("https://github.com/ferrocyante/Tab-groups-for-Arc-H/raw/refs/heads/main/tab-groups.css") */
22

3+
:root{
4+
--bg_color: "https://github.com/sameerasw/my-internet/blob/main/wave-light.png?raw=true";
5+
--bg_img: image-set(var(--bg_color)) !important;
6+
}
7+
8+
39
/* Hidden buttons */
410
/* #nav-bar-overflow-button, */
511
#zen-current-workspace-indicator {
@@ -80,24 +86,21 @@ tab[busy] {
8086
}
8187

8288
/* empty tab image */
83-
#browser:has([zen-empty-tab="true"][selected="true"]) .browserStack {
84-
/* background-image: url("https://github.com/sameerasw/my-internet/blob/main/cmd-t.png?raw=true") !important; */
85-
86-
/* zen logo */
87-
background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/3c/Zen_Browser_logo_%28red_circles%29.svg") !important;
88-
89+
/* #browser:has([zen-empty-tab="true"][selected="true"]) .deck-selected .browserStack {
90+
background-image: var(--bg_img, url("https://upload.wikimedia.org/wikipedia/commons/3/3c/Zen_Browser_logo_%28red_circles%29.svg")) !important;
8991
background-position: center !important;
9092
background-repeat: no-repeat !important;
91-
background-size: 50px !important;
92-
filter: saturate(0) brightness(0.2) !important;
93-
/* background-size: cover !important; */
9493
94+
background-size: 150px !important;
9595
96-
@media (prefers-color-scheme: dark) {
97-
filter: saturate(0) brightness(1.8) !important;
96+
filter: saturate(0) !important;
97+
98+
99+
@media (prefers-color-scheme: light) {
100+
filter: saturate(0) invert(1) !important;
98101
}
99102
}
100-
103+
*/
101104
/* hide compact sidebar when no tabs open */
102105
#zen-main-app-wrapper[zen-compact-mode="true"]:not(
103106
:has(#urlbar[open][zen-floating-urlbar="true"])
@@ -578,11 +581,6 @@ body:has(
578581
display: none !important;
579582
}
580583

581-
/* fix urlbar jumping around */
582-
#urlbar[open] #urlbar-results > :nth-child(n+6) {
583-
display: none !important;
584-
}
585-
586584
/* no window controls - macOS */
587585
#zen-sidebar-top-buttons {
588586
.titlebar-buttonbox-container {

0 commit comments

Comments
 (0)