1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge pull request #2454 from wallabag/fix-baggy-small-width

Fix baggy display on small screens
This commit is contained in:
Jeremy Benoist 2016-10-16 21:05:30 +02:00 committed by GitHub
commit 3fb409ffc6
11 changed files with 28 additions and 42 deletions

View file

@ -1192,6 +1192,14 @@ pre code {
}
}
@media screen and (max-height: 770px) {
.menu.users,
.menu.internal,
.menu.developer {
display: none;
}
}
@media screen and (max-width: 500px) {
.entry {
width: 100%;