fix back button in read view on desktop

This commit is contained in:
Mario Volke 2014-12-01 09:13:22 +01:00 committed by Tankred Hase
parent 15a222a6ae
commit 4ca25fc86f
1 changed files with 8 additions and 0 deletions

View File

@ -43,5 +43,13 @@
display: none;
}
}
@include respond-to(lg) {
.mail-list-wrapper__aside {
display: block;
}
.mail-list-wrapper__container {
display: none;
}
}
}
}