mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add loopback handler
This commit is contained in:
parent
5df126af54
commit
7919964805
12 changed files with 16 additions and 51 deletions
|
@ -957,10 +957,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
}
|
||||
|
||||
.homeFavoritesDisabled .homeFavoritesTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#criticReviewsContent.hiddenScrollX {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -87,6 +87,9 @@
|
|||
align-items: center;
|
||||
margin-left: .75em;
|
||||
font-size: 108%;
|
||||
|
||||
/* Avoid pushing right header off the screen */
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
|
|
|
@ -102,12 +102,12 @@
|
|||
}
|
||||
|
||||
.nowPlayingImage img {
|
||||
height: 56px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.nowPlayingBar .nowPlayingImage {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
|
@ -161,7 +161,7 @@
|
|||
.nowPlayingBarCenter {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
margin-top: 3px;
|
||||
margin-top: 6px;
|
||||
/* Need this to make sure it's on top of nowPlayingBarPositionContainer so that buttons are fully clickable */
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
|
@ -172,7 +172,7 @@
|
|||
|
||||
.nowPlayingBarPositionContainer {
|
||||
position: absolute !important;
|
||||
left: 56px;
|
||||
left: 64px;
|
||||
top: -8px;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue