mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added a photo view
This commit is contained in:
parent
0f0fdd1bd1
commit
6daaed3bcc
11 changed files with 301 additions and 12 deletions
|
@ -22,6 +22,7 @@
|
|||
background-color: rgba(0, 0, 0, .85);
|
||||
z-index: 998;
|
||||
display: none;
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
.cardOverlayInner {
|
||||
|
|
|
@ -859,6 +859,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
color: #fff;
|
||||
background: rgb(0, 143, 187);
|
||||
background: rgba(0, 143, 187, .8);
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
.offlinePosterRibbon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue