mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix played indicator
This commit is contained in:
parent
aaf5037d13
commit
013178a816
1 changed files with 6 additions and 27 deletions
|
@ -885,6 +885,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||||
top: 32px;
|
top: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card .playedIndicator {
|
||||||
|
position: absolute;
|
||||||
|
top: 5px;
|
||||||
|
right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.syncIndicator i {
|
.syncIndicator i {
|
||||||
font-size: 180%;
|
font-size: 180%;
|
||||||
}
|
}
|
||||||
|
@ -1158,33 +1164,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemsListview {
|
|
||||||
margin: 0 auto !important;
|
|
||||||
max-width: 1000px;
|
|
||||||
background-color: transparent !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemsListview .listItem {
|
|
||||||
border-bottom: 1px solid #2a2a2a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemsListview .ui-li-count {
|
|
||||||
right: 1em;
|
|
||||||
top: 70%;
|
|
||||||
background: rgba(82, 181, 75, .8);
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemsListview .playedIndicator {
|
|
||||||
left: 55px;
|
|
||||||
top: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemsListview .syncIndicator, .itemsListview .pieIndicator {
|
|
||||||
left: 55px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width: 1200px) {
|
@media all and (max-width: 1200px) {
|
||||||
|
|
||||||
.listViewUserDataButtons {
|
.listViewUserDataButtons {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue