mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix sync container statuses
This commit is contained in:
parent
f4473116d1
commit
c32aa0dab1
23 changed files with 139 additions and 110 deletions
|
@ -982,15 +982,15 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
@media all and (min-width: 1000px) {
|
||||
|
||||
.itemDetailPage .scalableCard.portraitCard {
|
||||
.itemDetailPage .portraitCard-scalable {
|
||||
width: 25% !important;
|
||||
}
|
||||
|
||||
.itemDetailPage .scalableCard.squareCard {
|
||||
.itemDetailPage .squareCard-scalable {
|
||||
width: 25% !important;
|
||||
}
|
||||
|
||||
.itemDetailPage .scalableCard.backdropCard, .itemDetailPage .scalableCard.smallBackdropCard {
|
||||
.itemDetailPage .backdropCard-scalable, .itemDetailPage .smallBackdropCard-scalable {
|
||||
width: 33.3333333333333333% !important;
|
||||
}
|
||||
|
||||
|
@ -1003,6 +1003,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
background: #673AB7 !important;
|
||||
}
|
||||
|
||||
.btnSyncComplete i {
|
||||
border-radius: 1000px;
|
||||
}
|
||||
.btnSyncComplete i {
|
||||
border-radius: 1000px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue