mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared item page
This commit is contained in:
parent
eb3e3bfaed
commit
a54146dd0c
16 changed files with 470 additions and 161 deletions
|
@ -18,6 +18,7 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.itemVideo {
|
||||
|
@ -69,7 +70,7 @@
|
|||
|
||||
.nowPlayingInfo {
|
||||
text-align: center;
|
||||
padding: 1em 1em 2em 1em;
|
||||
padding: 1.5em 1em 2em 1em;
|
||||
}
|
||||
|
||||
#videoPlayer .nowPlayingImage img {
|
||||
|
|
|
@ -311,7 +311,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll !important;
|
||||
overflow-y: auto !important;
|
||||
/* This is needed to prevent a horizontal scrollbar while neon-animated-pages are animating. */
|
||||
overflow-x: hidden;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue