1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

fix title-bar padding

This commit is contained in:
Jordan Scales
2020-04-26 20:28:57 -04:00
parent 885a7f891f
commit 1b6312f42b

View File

@@ -166,7 +166,7 @@ button::-moz-focus-inner {
var(--dialog-blue),
var(--dialog-blue-light)
);
padding: 2px;
padding: 3px 2px 3px 3px;
display: flex;
justify-content: space-between;
align-items: center;