mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #205 - Season posters and episode thumbnails get too small when resizing the window
This commit is contained in:
parent
d76f3f681f
commit
6bc1ea4743
1 changed files with 27 additions and 0 deletions
|
@ -79,6 +79,19 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smallBackdropTileItem .tileImage {
|
||||||
|
height: 125px;
|
||||||
|
width: 45%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smallBackdropTileItem .tileContent {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smallBackdropTileItem .tileName {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
.squareTileItem .tileImage {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 35%;
|
width: 35%;
|
||||||
|
@ -121,6 +134,11 @@
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smallBackdropTileItem {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.backdropTileItem, .posterTileItem, .squareTileItem {
|
.backdropTileItem, .posterTileItem, .squareTileItem {
|
||||||
width: 46%;
|
width: 46%;
|
||||||
}
|
}
|
||||||
|
@ -140,6 +158,15 @@
|
||||||
|
|
||||||
@media all and (min-width: 850px) {
|
@media all and (min-width: 850px) {
|
||||||
|
|
||||||
|
.smallBackdropTileItem {
|
||||||
|
width: 370px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.smallBackdropTileItem .tileImage {
|
||||||
|
height: 95px;
|
||||||
|
}
|
||||||
|
|
||||||
.backdropTileItem .tileImage {
|
.backdropTileItem .tileImage {
|
||||||
height: 105px;
|
height: 105px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue