mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5233.40306
This commit is contained in:
parent
57d8c433c5
commit
ea285c28ef
8 changed files with 106 additions and 155 deletions
|
@ -1222,7 +1222,8 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.nowPlayingPageImage img {
|
||||
height: 300px;
|
||||
max-height: 300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.nowPlayingPage .positionSliderContainer {
|
||||
|
@ -1240,7 +1241,8 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.nowPlayingPageImage img {
|
||||
height: 200px;
|
||||
max-height: 200px;
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.nowPlayingPage .positionSliderContainer {
|
||||
|
@ -1254,14 +1256,6 @@ a.itemTag:hover {
|
|||
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.nowPlayingPageImage img {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.nowPlayingPage .positionSliderContainer {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 400px) {
|
||||
|
@ -1270,10 +1264,6 @@ a.itemTag:hover {
|
|||
font-size: 19px;
|
||||
}
|
||||
|
||||
.nowPlayingPageImage img {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.nowPlayingPage .positionSliderContainer {
|
||||
width: 220px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue