mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update xmltv downloading
This commit is contained in:
parent
caf2199d45
commit
ac3ca6cde8
56 changed files with 214 additions and 35707 deletions
|
@ -3,6 +3,8 @@
|
|||
text-align: left;
|
||||
position: relative;
|
||||
contain: style;
|
||||
|
||||
/*box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);*/
|
||||
}
|
||||
|
||||
/*.itemsContainer .card {
|
||||
|
@ -54,7 +56,7 @@
|
|||
}
|
||||
|
||||
.cardBox {
|
||||
margin: 5px;
|
||||
margin: 6px;
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
|
@ -68,18 +70,20 @@
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: 1em .5em .5em 1em;
|
||||
padding: 1em .25em .5em 1em;
|
||||
}
|
||||
|
||||
.cardOverlayMoreButton, .cardOverlayPlayButton {
|
||||
color: #333 !important;
|
||||
background-color: rgba(210,210,210,.9) !important;
|
||||
color: #fff !important;
|
||||
background-color: rgba(0,0,0,.7) !important;
|
||||
border-radius: 500px;
|
||||
padding: 5px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.cardOverlayMoreButton:hover, .cardOverlayPlayButton:hover {
|
||||
background-color: rgba(0,0,0,.9) !important;
|
||||
transition: background-color .5s ease-out;
|
||||
}
|
||||
|
||||
.grayscale {
|
||||
-webkit-filter: grayscale(100%);
|
||||
-moz-filter: grayscale(100%);
|
||||
|
@ -270,6 +274,7 @@
|
|||
background-position: center bottom;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.cardImage canvas {
|
||||
|
|
|
@ -186,6 +186,7 @@
|
|||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
padding: 0 0 0;
|
||||
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.libraryViewNav.bottom {
|
||||
|
|
|
@ -44,10 +44,6 @@ html {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
html.smallerDefault {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: scroll !important;
|
||||
/* This is needed to prevent a horizontal scrollbar while neon-animated-pages are animating. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue