mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
fix back button in read view on desktop
This commit is contained in:
parent
15a222a6ae
commit
4ca25fc86f
@ -43,5 +43,13 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@include respond-to(lg) {
|
||||||
|
.mail-list-wrapper__aside {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.mail-list-wrapper__container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user