Fixed issues
This commit is contained in:
parent
a7c45f19c6
commit
48bb685e34
2 changed files with 9 additions and 7 deletions
|
@ -1878,11 +1878,6 @@ headerbar {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
> box.left.horizontal,
|
||||
> box.right.horizontal {
|
||||
padding: 0 $container_padding;
|
||||
}
|
||||
}
|
||||
|
||||
.background:not(.unified) {
|
||||
|
|
|
@ -4916,7 +4916,7 @@ window {
|
|||
//
|
||||
|
||||
windowcontrols {
|
||||
border-spacing: 2px;
|
||||
border-spacing: 6px;
|
||||
padding: 0 10px;
|
||||
|
||||
&:not(.empty) {
|
||||
|
@ -4936,11 +4936,18 @@ windowcontrols {
|
|||
}
|
||||
|
||||
button {
|
||||
> image {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
&.close, &.maximize, &.minimize {
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: ($menuitem_size - 20px) / 2 0;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
|
|
Loading…
Reference in a new issue