Minimizing button shift on macOS

This commit is contained in:
HarryHeres
2024-10-16 23:01:12 +02:00
committed by mr. m 🤙
parent c31e0d72b3
commit fa342c42fb

View File

@@ -49,7 +49,7 @@
content: '';
display: block;
height: 1px;
margin: 0 auto;
width: 80%;
left: 50%;
@@ -58,7 +58,6 @@
bottom: calc(-1 * var(--zen-toolbox-padding));
}
@media (-moz-bool-pref: 'zen.view.show-bottom-border') {
&::after {
background: color-mix(in srgb, var(--zen-colors-border) 70%, transparent 30%);
@@ -174,10 +173,12 @@
) {
--zen-toolbox-min-width: fit-content;
padding: var(--zen-toolbox-padding);
padding-left: 0 !important;
padding-top: 0;
& #titlebar {
min-width: 150px;
padding-left: var(--zen-toolbox-padding);
}
& #zen-workspaces-button {