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

fix subs not starting initially

This commit is contained in:
Luke Pulverenti 2015-08-15 17:58:52 -04:00
parent 3009413b24
commit 0154f42bfe
10 changed files with 30 additions and 94 deletions

View file

@ -302,12 +302,13 @@
position: relative;
}
.iconCardImage .fa {
.iconCardImage iron-icon {
color: rgb(255, 255, 255);
position: absolute;
left: 0;
right: 0;
font-size: 50px;
width: 64px;
height: 64px;
margin: auto;
top: 25%;
}