1
0
Fork 0
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:
Luke Pulverenti 2015-04-19 11:54:20 -04:00
parent 0f0fdd1bd1
commit 6daaed3bcc
11 changed files with 301 additions and 12 deletions

View file

@ -22,6 +22,7 @@
background-color: rgba(0, 0, 0, .85);
z-index: 998;
display: none;
line-height: initial;
}
.cardOverlayInner {

View file

@ -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 {