Simplify vertical-tabs CSS by removing unnecessary user-hover condition

This commit is contained in:
mr. M
2025-01-14 20:43:35 +01:00
parent 191597e333
commit d94aff97ea

View File

@@ -444,7 +444,7 @@
padding-left: 0;
}
&:not([zen-right-side='true']):not([zen-user-hover='true']) {
&:not([zen-right-side='true']) {
padding-right: 0;
& #titlebar {
padding-left: var(--zen-toolbox-padding);