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

updated mobile and tablet layouts in web client

This commit is contained in:
Luke Pulverenti 2013-12-30 22:43:30 -05:00
parent 722c5a92f3
commit 2861ff68c9
11 changed files with 58 additions and 52 deletions

View file

@ -176,8 +176,11 @@
margin-left: 1em;
}
.labelPageSize, .selectPageSize {
display: none;
@media all and (max-width: 650px) {
.labelPageSize, .selectPageSize {
display: none!important;
}
}
.galleryImageContainer {
@ -559,11 +562,11 @@ a.itemTag:hover {
text-align: center;
}
.detailImageProgressContainer progress {
width: 100%;
margin: 0 auto;
height: 6px;
}
.detailImageProgressContainer progress {
width: 100%;
margin: 0 auto;
height: 6px;
}
@media all and (max-width: 550px) {
@ -696,10 +699,6 @@ a.itemTag:hover {
.viewControls + .listTopPaging {
margin-left: 1em;
}
.labelPageSize, .selectPageSize {
display: inline;
}
}
@media all and (min-width: 750px) {
@ -846,9 +845,9 @@ a.itemTag:hover {
background: rgba(82, 181, 75, .8);
}
.unplayedIndicator div:after {
background-color: transparent !important;
}
.unplayedIndicator div:after {
background-color: transparent !important;
}
.itemProgress {
vertical-align: top;