mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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 {
|
.deck-backdrop .deck .status {
|
||||||
max-width: var(--main-width);
|
max-width: var(--main-width);
|
||||||
}
|
}
|
||||||
.deck-backdrop .deck.deck-view-full .menu-switch-view {
|
.deck-backdrop .deck .menu-switch-view {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@media (min-width: 40em) {
|
@media (min-width: 40em) {
|
||||||
.deck-backdrop .deck.deck-view-full .menu-switch-view {
|
.deck-backdrop .deck .menu-switch-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.deck-backdrop .deck.deck-view-full {
|
.deck-backdrop .deck.deck-view-full {
|
||||||
|
|
Loading…
Reference in a new issue