mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync process
This commit is contained in:
parent
cc428aac1d
commit
504384e83d
109 changed files with 553 additions and 289 deletions
|
@ -458,10 +458,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.lnkSibling:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.lnkSibling:not(.hide) {
|
||||
display: block;
|
||||
}
|
||||
|
@ -973,10 +969,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.detailPageParentLink:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.itemMiscInfo {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
@ -1049,7 +1041,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
border-radius: 50%;
|
||||
color: #fff;
|
||||
line-height: 19px;
|
||||
background-color: #38c;
|
||||
background-color: #52B54B;
|
||||
}
|
||||
|
||||
.playedIndicator + .syncIndicator {
|
||||
|
@ -1556,6 +1548,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.homeFavoritesDisabled .homeFavoritesTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.detailsMenu {
|
||||
width: 280px;
|
||||
}
|
||||
|
|
|
@ -352,10 +352,6 @@ body {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.textlink:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1, h1 a {
|
||||
font-weight: 300 !important;
|
||||
font-size: 24px;
|
||||
|
@ -382,7 +378,7 @@ h2 {
|
|||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
a, a:active, a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -1105,10 +1101,6 @@ paper-input + .fieldDescription {
|
|||
background-color: rgba(26,26,26,.94);
|
||||
}
|
||||
|
||||
.footerOverBottomTabs {
|
||||
bottom: 52px !important;
|
||||
}
|
||||
|
||||
.footerNotification {
|
||||
padding: .75em 1em;
|
||||
margin: 0;
|
||||
|
@ -1588,3 +1580,22 @@ progress {
|
|||
.supporterMembershipDisabled .tabSupporterMembership {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.syncActivityForTarget {
|
||||
margin: 0 0 3em 0;
|
||||
}
|
||||
|
||||
.syncActivityForTarget paper-fab {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.syncActivityForTarget {
|
||||
max-width: 600px;
|
||||
margin: 0 3em 3em 0;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
min-width: 400px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue