mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 03:40:00 +02:00
fix: Fixed crashes with mods and default lightness will be 50%, b=no-bug, c=mods, workspaces
This commit is contained in:
parent
c84d500bd5
commit
a06b7b6b38
15 changed files with 133 additions and 139 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
&:not(:hover) {
|
||||
width: min(var(--zen-overflowed-workspace-button-width), 25px);
|
||||
width: min(var(--zen-overflowed-workspace-button-width,10px), 25px) !important;
|
||||
min-width: 10px;
|
||||
|
||||
&::after {
|
||||
|
@ -29,3 +29,7 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
width: 20px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue