css: reduce button padding for main box

This commit is contained in:
wukko 2024-04-05 11:52:59 +06:00
parent 156372a1ef
commit 9973655abe
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -799,7 +799,7 @@ button:active,
} }
#cobalt-main-box #bottom button { #cobalt-main-box #bottom button {
width: auto; width: auto;
padding: var(--gap) 1rem; padding: var(--gap) 0.9rem;
} }
.collapse-list { .collapse-list {
background: var(--subbackground); background: var(--subbackground);