Implementation for: Hide or shrink theme switch button on mobile #273
This commit is contained in:
parent
74808627fb
commit
5b1aff4ba7
@ -21,3 +21,9 @@
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
border-color: #343a40;
|
border-color: #343a40;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 768px){
|
||||||
|
.theme-switcher {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user