Fix theme switcher flex

This commit is contained in:
daudix
2024-08-22 23:17:38 +03:00
parent 20ee72f166
commit a1e6d6e2b0

View File

@ -56,7 +56,7 @@
list-style: none;
@media only screen and (max-width: 480px) {
&:not(#search, #language-switcher, #theme-switcher, #feed, #repo) {
&:not(#search, #language-switcher, #theme-switcher, #theme-switcher li, #feed, #repo) {
flex: 0 0 100%;
}
}