buttons: Fix sidebar switcher button sizing

Fixes #621
This commit is contained in:
Rafael Mardojai CM 2023-05-10 09:11:22 -05:00
parent 98bc2c0126
commit dec9c1b027
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 4 additions and 1 deletions

View File

@ -173,7 +173,10 @@ button.close {
#sidebar-header { #sidebar-header {
font-size: 1em !important; font-size: 1em !important;
} }
/* Sidebar header button sizing */
#sidebar-switcher-target {
flex: unset !important;
}
/* Sidebar header button arrow opacity */ /* Sidebar header button arrow opacity */
#sidebar-switcher-arrow { #sidebar-switcher-arrow {
opacity: 1 !important; opacity: 1 !important;