This commit is contained in:
vinceliuice 2025-02-14 12:44:33 +08:00
parent dcae62161e
commit 9ab22d5b20
2 changed files with 4 additions and 4 deletions

View File

@ -1799,7 +1799,7 @@ headerbar {
border: none;
min-width: 16px;
min-height: 16px;
margin: 0;
margin: 0 1px;
padding: 0;
}
}
@ -4437,7 +4437,7 @@ headerbar {
&.close, &.maximize, &.minimize {
min-width: 16px;
min-height: 16px;
margin: 0;
margin: 0 1px;
padding: 0;
background-position: center;
background-repeat: no-repeat;

View File

@ -2320,7 +2320,7 @@ headerbar {
&.close, &.maximize, &.minimize {
min-width: 16px;
min-height: 16px;
padding: ($menuitem_size - 20px) / 2 0;
padding: ($menuitem_size - 20px) / 2 1px;
background-position: center;
background-repeat: no-repeat;
background-size: 16px 16px;
@ -2392,7 +2392,7 @@ headerbar {
button.close, button.maximize, button.minimize {
min-width: 16px;
min-height: 16px;
margin: 0;
margin: 0 1px;
padding: 0;
}
}