fix empty 1px space at close button

This commit is contained in:
b1ek 2023-08-12 18:01:18 +10:00
parent 24f3601c2f
commit 208dc4d612
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$corners: 10px; $corners: 16px;
.titlebar { .titlebar {
@ -19,7 +19,7 @@ $corners: 10px;
table { table {
border-collapse: collapse; border-collapse: collapse;
height: 33px; height: 33px;
transform: translateY(-1px); transform: translate(1px, -1px);
} }
.shade { .shade {