mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: Center card icon in Safari 10
This commit is contained in:
parent
20a5437506
commit
c4f81a9bdd
1 changed files with 4 additions and 0 deletions
|
@ -389,6 +389,10 @@ button::-moz-focus-inner {
|
|||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.cardImageContainer .cardImageIcon {
|
||||
margin: auto; /* 'justify-content: center' doesn't work in Safari 10 */
|
||||
}
|
||||
|
||||
.cardIndicators {
|
||||
right: 0.225em;
|
||||
top: 0.225em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue