mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv recordings
This commit is contained in:
parent
65f5de02c1
commit
6d7ee58678
18 changed files with 146 additions and 272 deletions
|
@ -681,6 +681,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
padding-bottom: .75em;
|
||||
}
|
||||
|
||||
.detailSection h1 {
|
||||
margin-bottom: .25em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.detailSectionHeader {
|
||||
background-clip: border-box;
|
||||
padding: .75em 0 .75em 1em;
|
||||
|
@ -716,7 +721,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.detailSectionHeaderButton {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 7px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -1352,12 +1352,16 @@ progress {
|
|||
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.supporterPromotion {
|
||||
.supporterPromotion:not(.inlineSupporterPromotion) {
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
right: 20px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.inlineSupporterPromotion {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.disabledUser {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.tileItem {
|
||||
padding: 5px 7px 5px;
|
||||
padding: 5px 7px 5px 0;
|
||||
font-weight: normal !important;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue