Implementation for: Hide or shrink theme switch button on mobile #273

This commit is contained in:
Martin-dJ 2019-05-23 15:01:00 +00:00
parent 74808627fb
commit 5b1aff4ba7

View File

@ -21,3 +21,9 @@
background-image: none;
border-color: #343a40;
}
@media (max-width: 768px){
.theme-switcher {
visibility: hidden;
}
}