1
0
Fork 1
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:
mr. m 2025-06-30 08:31:25 +02:00
parent c84d500bd5
commit a06b7b6b38
No known key found for this signature in database
GPG key ID: 928E01ED4C97749F
15 changed files with 133 additions and 139 deletions

View file

@ -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;
}