mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update remotecontrol.css
This commit is contained in:
parent
04d3dcdd55
commit
d3a27baf45
1 changed files with 36 additions and 44 deletions
|
@ -96,7 +96,7 @@
|
||||||
background-color: #5ccea9;
|
background-color: #5ccea9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPageImageContainerNoAlbum:after {
|
.nowPlayingPageImageContainerNoAlbum::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
padding-bottom: 100%;
|
padding-bottom: 100%;
|
||||||
|
@ -142,7 +142,6 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
/* width: 100%; */
|
|
||||||
-webkit-box-shadow: 0 0 1.9vh #000;
|
-webkit-box-shadow: 0 0 1.9vh #000;
|
||||||
box-shadow: 0 0 1.9vh #000;
|
box-shadow: 0 0 1.9vh #000;
|
||||||
border: 0.1em solid #222;
|
border: 0.1em solid #222;
|
||||||
|
@ -181,7 +180,6 @@
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-flow: column;
|
|
||||||
height: calc(100% - 4.2em);
|
height: calc(100% - 4.2em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -248,7 +246,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-left: 7.3%;
|
padding-left: 7.3%;
|
||||||
font-size: smaller
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingInfoButtons .btnFastForward {
|
.nowPlayingInfoButtons .btnFastForward {
|
||||||
|
@ -256,7 +254,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
padding-right: 7.3%;
|
padding-right: 7.3%;
|
||||||
font-size: smaller
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paper-icon-button-light:hover {
|
.paper-icon-button-light:hover {
|
||||||
|
@ -264,6 +262,11 @@
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btnPlayPause {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.btnPlayPause:hover {
|
.btnPlayPause:hover {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
@ -283,14 +286,10 @@
|
||||||
height: 50%;
|
height: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPageImageContainer.nowPlayingPageImagePoster img{
|
.nowPlayingPageImageContainer.nowPlayingPageImagePoster img {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nowPlayingPage .playlistSection {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#nowPlayingPage .playlistSection .playlist,
|
#nowPlayingPage .playlistSection .playlist,
|
||||||
#nowPlayingPage .playlistSection .contextMenu {
|
#nowPlayingPage .playlistSection .contextMenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -316,11 +315,6 @@
|
||||||
background-color: #101010;
|
background-color: #101010;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnPlayPause {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.playlistSectionButton .btnTooglePlaylist {
|
.playlistSectionButton .btnTooglePlaylist {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -389,7 +383,6 @@
|
||||||
-webkit-justify-content: flex-end;
|
-webkit-justify-content: flex-end;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 80em) {
|
@media all and (min-width: 80em) {
|
||||||
|
@ -439,5 +432,4 @@
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue