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

View File

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