mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support deleting and canceling live tv recordings and timers
This commit is contained in:
parent
8dd607af86
commit
ac0cc84f9d
14 changed files with 181 additions and 75 deletions
Binary file not shown.
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
|
@ -362,7 +362,7 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.itemBackdropContent {
|
||||
height: 230px;
|
||||
height: 245px;
|
||||
}
|
||||
|
||||
.lnkSibling {
|
||||
|
@ -396,7 +396,7 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.itemDetailImage {
|
||||
height: 240px;
|
||||
height: 255px;
|
||||
-moz-box-shadow: 0px 0 20px #000;
|
||||
-webkit-box-shadow: 0px 0 20px #000;
|
||||
box-shadow: 0px 0 20px #000;
|
||||
|
|
|
@ -717,8 +717,8 @@ progress {
|
|||
/* Detail Page*/
|
||||
|
||||
.imgUserItemRating {
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 1em;
|
||||
cursor: pointer;
|
||||
vertical-align: top;
|
||||
|
@ -728,10 +728,6 @@ progress {
|
|||
opacity: .5;
|
||||
}
|
||||
|
||||
.imgPlayed, .imgPlayedOff {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* Now playing bar */
|
||||
#nowPlayingBar {
|
||||
padding: 6px .5em;
|
||||
|
@ -1042,6 +1038,34 @@ input[type="range"]::-ms-fill-upper {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1700px) {
|
||||
.itemVideo:not(.fullscreenVideo) {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.positionSlider {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.itemVideo {
|
||||
left: -660px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 2400px) {
|
||||
.itemVideo:not(.fullscreenVideo) {
|
||||
width: 550px;
|
||||
}
|
||||
|
||||
.positionSlider {
|
||||
width: 550px;
|
||||
}
|
||||
|
||||
.itemVideo {
|
||||
left: -710px;
|
||||
}
|
||||
}
|
||||
|
||||
#editItemMetadataPage #txtOverview {
|
||||
height: 70px;
|
||||
}
|
||||
|
|
|
@ -112,11 +112,6 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.tileItem .userDataIcons img {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
||||
.tileItem {
|
||||
|
@ -190,10 +185,6 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.smallBackdropTileItem .tileImage {
|
||||
height: 95px;
|
||||
}
|
||||
|
||||
.backdropTileItem .tileImage {
|
||||
height: 105px;
|
||||
}
|
||||
|
@ -257,10 +248,6 @@
|
|||
.smallPosterTileItem {
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
.smallBackdropTileItem {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue