mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sliders
This commit is contained in:
parent
8dc50cdc71
commit
462e692de5
13 changed files with 156 additions and 30 deletions
|
@ -1383,11 +1383,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
.itemsContainer:not(.fullWidthItemsContainer) .itemsListview {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.itemsListview {
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
|
|
@ -151,6 +151,11 @@
|
|||
margin-top: -1.5em;
|
||||
padding: 0 60px;
|
||||
}
|
||||
|
||||
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (orientation: portrait) and (max-height: 600px) {
|
||||
|
@ -158,6 +163,11 @@
|
|||
margin-top: -1.5em;
|
||||
padding: 0 60px;
|
||||
}
|
||||
|
||||
.nowPlayingPage .btnCommand, .nowPlayingPage .btnPlayStateCommand {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.nowPlayingSelectedPlayer {
|
||||
|
@ -172,4 +182,4 @@
|
|||
.nowPlayingSelectedPlayer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
/*box-shadow: 0 0 8px rgba(255,255,255,.4);*/
|
||||
}
|
||||
|
||||
.hiddenNowPlayingBar .nowPlayingBar {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
.mediaButton, .nowPlayingBarUserDataButtons .btnUserItemRating {
|
||||
vertical-align: middle;
|
||||
color: #e8e8e8;
|
||||
|
@ -83,12 +87,13 @@
|
|||
@media (min-width: 800px) {
|
||||
.nowPlayingBarText {
|
||||
max-width: 300px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
@media (min-width: 900px) {
|
||||
.nowPlayingBarText {
|
||||
margin-right: 30px;
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -106,8 +111,12 @@
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
.noMediaProgress .nowPlayingBarPositionContainer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider paper-progress {
|
||||
height: 4px !important;
|
||||
height: 3px !important;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #sliderBar {
|
||||
|
@ -120,7 +129,7 @@
|
|||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #sliderKnob {
|
||||
top: -14px !important;
|
||||
top: -15px !important;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #progressContainer {
|
||||
|
@ -128,8 +137,8 @@
|
|||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #sliderKnobInner {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.nowPlayingBarRight {
|
||||
|
|
|
@ -915,7 +915,7 @@ h1 .imageLink {
|
|||
z-index: 1097;
|
||||
color: #fff;
|
||||
border: 0 !important;
|
||||
background-color: rgba(26,26,26,.93);
|
||||
background-color: rgba(26,26,26,.94);
|
||||
}
|
||||
|
||||
.footerOverBottomTabs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue