This commit is contained in:
vinceliuice 2023-06-05 18:51:18 +08:00
parent 0cb4489076
commit 7744a464f3

View file

@ -1962,6 +1962,16 @@ headerbar {
border: none;
background: none;
> windowhandle > box {
padding: 0 8px;
&,
> box.start,
> box.end {
border-spacing: $container_padding;
}
}
windowcontrols {
padding: 0 $container_padding / 2;
}