css: smaller button padding in home

This commit is contained in:
wukko 2024-02-27 15:48:46 +06:00
parent d80d37e936
commit 8d8b04dd1f

View file

@ -368,7 +368,7 @@ button:active,
.footer-button { .footer-button {
width: auto!important; width: auto!important;
color: var(--accent-subtext); color: var(--accent-subtext);
padding: var(--gap) 1.2rem!important; padding: var(--gap) 1rem!important;
align-content: center; align-content: center;
} }
.notification-dot { .notification-dot {
@ -772,7 +772,7 @@ button:active,
} }
#cobalt-main-box #bottom button { #cobalt-main-box #bottom button {
width: auto; width: auto;
padding: var(--gap) 1.2rem; padding: var(--gap) 1rem;
} }
.collapse-list { .collapse-list {
background: var(--subbackground); background: var(--subbackground);