1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Fix baggy on small screens

This commit is contained in:
Thomas Citharel 2016-10-15 19:04:53 +02:00
parent 05c009bb85
commit d32e1c424a
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%;