1
0
Fork 0
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:
Dmitry Lyzo 2022-02-28 21:44:17 +03:00
parent 20a5437506
commit c4f81a9bdd

View file

@ -389,6 +389,10 @@ button::-moz-focus-inner {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.cardImageContainer .cardImageIcon {
margin: auto; /* 'justify-content: center' doesn't work in Safari 10 */
}
.cardIndicators { .cardIndicators {
right: 0.225em; right: 0.225em;
top: 0.225em; top: 0.225em;