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:
parent
44af31404e
commit
9506f259e7
4 changed files with 30 additions and 29 deletions
|
@ -463,6 +463,7 @@ a.itemTag:hover {
|
|||
top: -230px;
|
||||
margin: 0 auto 0 -20px;
|
||||
text-align: center;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue