1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

adjust mobile image sizes

This commit is contained in:
Luke Pulverenti 2015-05-07 01:12:13 -04:00
parent eac4ec9324
commit 6a2085d68b
6 changed files with 142 additions and 51 deletions

View file

@ -95,6 +95,13 @@
}
}
@media all and (min-width: 800px) {
.hiddenSectionOnNonMobile {
display: none;
}
}
.firstListHeader + .sectionHeaderButton {
top: 3px;
}