mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-28 23:56:11 +00:00
Minimizing button shift on macOS
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user