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:
parent
3009413b24
commit
0154f42bfe
10 changed files with 30 additions and 94 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue