mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-10 10:45:36 +00:00
Fixed themes page crashing if the theme didnt exist
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
#browser {
|
||||
--zen-toolbox-padding: 4px;
|
||||
--zen-toolbox-padding: 5px;
|
||||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
position: relative;
|
||||
|
||||
&:not([as-button='true']) {
|
||||
--zen-workspaces-strip-background-color: color-mix(in srgb, var(--zen-colors-border) 50%, transparent 50%);
|
||||
--zen-workspaces-strip-background-color: color-mix(in srgb, var(--zen-colors-border) 20%, transparent 80%);
|
||||
--toolbarbutton-hover-background: var(--toolbarbutton-hover-background) !important;
|
||||
border-radius: var(--zen-button-border-radius) !important;
|
||||
background: var(--zen-workspaces-strip-background-color) !important;
|
||||
@@ -125,7 +125,6 @@
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
width: calc(100% - var(--zen-tabbrowser-padding) * 6) !important;
|
||||
gap: 0.5ch;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user