mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update db retrieval
This commit is contained in:
parent
9933cbf2bd
commit
7683c156ff
8 changed files with 22 additions and 90 deletions
|
@ -70,30 +70,17 @@
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.cardOverlayPlayButton {
|
||||
.cardOverlayMoreButton, .cardOverlayPlayButton {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
color: #333;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: rgba(210,210,210,.9);
|
||||
border-radius: 500px;
|
||||
padding: 6px;
|
||||
margin: 0 .5em .5em 0;
|
||||
}
|
||||
|
||||
.cardOverlayMoreButton {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
color: #333;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: rgba(210,210,210,.9);
|
||||
border-radius: 500px;
|
||||
padding: 6px;
|
||||
margin: 0 .5em .5em 0;
|
||||
margin: 0 .3em .3em 0;
|
||||
padding: 5px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.grayscale {
|
||||
|
|
|
@ -16,12 +16,6 @@
|
|||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.headerButton {
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.headerUserImage {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -93,25 +87,14 @@
|
|||
}
|
||||
|
||||
.headerButton {
|
||||
margin: 0;
|
||||
margin: 0 5px;
|
||||
background-color: transparent;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
border: 0 !important;
|
||||
outline: none;
|
||||
padding: 0 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.headerButton img {
|
||||
height: 26px !important;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.headerButtonLeft {
|
||||
padding: 0 15px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.menuArrow {
|
||||
|
@ -123,7 +106,6 @@
|
|||
|
||||
.headerButtonRight {
|
||||
border-width: 0 !important;
|
||||
padding: 0 15px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
@ -182,6 +164,9 @@
|
|||
z-index: 999;
|
||||
top: 0;
|
||||
border: 0;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.hiddenViewMenuBar .viewMenuBar {
|
||||
|
@ -262,6 +247,8 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.selectedMediaFolder {
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
}
|
||||
|
||||
.mediaButton {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
box-sizing: content-box !important;
|
||||
}
|
||||
|
||||
.mediaButton.remoteControlButton, .mediaButton.muteButton, .mediaButton.unmuteButton {
|
||||
|
@ -157,10 +156,6 @@
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
.mediaButton img {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.nowPlayingBarCurrentTime {
|
||||
vertical-align: middle;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue