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

library browser style fixes

This commit is contained in:
Luke Pulverenti 2013-09-03 17:06:33 -04:00
parent 44af31404e
commit 9506f259e7
4 changed files with 30 additions and 29 deletions

View file

@ -463,6 +463,7 @@ a.itemTag:hover {
top: -230px;
margin: 0 auto 0 -20px;
text-align: center;
left: 0;
width: 100%;
}

View file

@ -110,6 +110,7 @@
.tileName + .tileName {
margin-top: .75em;
font-weight: normal;
}
.tileItem .userDataIcons img {
@ -133,19 +134,23 @@
width: 45%;
}
.posterTileItem .tileImage {
height: 120px;
}
.posterTileItem .tileImage {
height: 120px;
}
.squareTileItem .tileImage {
height: 115px;
}
.squareTileItem .tileImage {
height: 115px;
}
.smallPosterTileItem {
width: 210px;
display: inline-block;
margin: 3px;
}
.smallBackdropTileItem {
display: block;
}
}
@media all and (min-width: 750px) {