mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Hide switch view mode in small screens
This commit is contained in:
parent
236f5bc413
commit
ccd757a2ed
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue