Hide switch view mode in small screens

This commit is contained in:
Lim Chee Aun 2023-04-20 21:37:55 +08:00
parent 236f5bc413
commit ccd757a2ed

View file

@ -831,11 +831,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
.deck-backdrop .deck .status {
max-width: var(--main-width);
}
.deck-backdrop .deck.deck-view-full .menu-switch-view {
.deck-backdrop .deck .menu-switch-view {
display: none;
}
@media (min-width: 40em) {
.deck-backdrop .deck.deck-view-full .menu-switch-view {
.deck-backdrop .deck .menu-switch-view {
display: flex;
}
.deck-backdrop .deck.deck-view-full {