Reduce button vertical padding

This commit is contained in:
2026-07-09 19:34:33 +09:00
parent 1d4503b015
commit 43ab6244ef
+1 -1
View File
@@ -342,7 +342,7 @@ button {
color: var(--topbar-text); color: var(--topbar-text);
cursor: pointer; cursor: pointer;
font-weight: 700; font-weight: 700;
padding: 8px 14px; padding: 4px 14px;
} }
button:disabled { button:disabled {