Fixed issues

This commit is contained in:
vinceliuice 2023-09-12 11:14:24 +08:00
parent a7c45f19c6
commit 48bb685e34
2 changed files with 9 additions and 7 deletions

View file

@ -1878,11 +1878,6 @@ headerbar {
} }
} }
} }
> box.left.horizontal,
> box.right.horizontal {
padding: 0 $container_padding;
}
} }
.background:not(.unified) { .background:not(.unified) {

View file

@ -4916,7 +4916,7 @@ window {
// //
windowcontrols { windowcontrols {
border-spacing: 2px; border-spacing: 6px;
padding: 0 10px; padding: 0 10px;
&:not(.empty) { &:not(.empty) {
@ -4936,11 +4936,18 @@ windowcontrols {
} }
button { button {
> image {
padding: 0;
margin: 0;
background-color: transparent;
background-image: none;
}
&.close, &.maximize, &.minimize { &.close, &.maximize, &.minimize {
min-width: 16px; min-width: 16px;
min-height: 16px; min-height: 16px;
margin: 0; margin: 0;
padding: 0; padding: ($menuitem_size - 20px) / 2 0;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 16px 16px; background-size: 16px 16px;