mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
css: reduce button padding for main box
This commit is contained in:
parent
156372a1ef
commit
9973655abe
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue