1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add tuner url

This commit is contained in:
Luke Pulverenti 2015-04-18 02:15:31 -04:00
parent b2a73206ef
commit d58ac6dcac

View file

@ -102,7 +102,7 @@
@media all and (min-width: 500px) { @media all and (min-width: 500px) {
.ehsContent { .ehsContent {
width: 95%; width: 98%;
} }
} }
@ -116,7 +116,7 @@
@media all and (min-width: 1200px) { @media all and (min-width: 1200px) {
.ehsContent { .ehsContent {
width: 96%; width: 97%;
} }
} }
@ -370,7 +370,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-size: cover; background-size: cover;
background-position: center 15%; background-position: center 15%;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 550px; height: 620px;
position: relative; position: relative;
} }