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

Fixed Cards for RTL

This commit is contained in:
Hadi Charara 2022-07-02 17:49:00 -04:00
parent c0b4d72589
commit bac7d6467e
3 changed files with 22 additions and 2 deletions

View file

@ -406,6 +406,11 @@ button::-moz-focus-inner {
display: flex;
align-items: center;
contain: layout style;
[dir="rtl"] & {
right: unset;
left: 0.225em;
}
}
.cardProgramAttributeIndicators {
@ -415,6 +420,11 @@ button::-moz-focus-inner {
display: flex;
text-transform: uppercase;
font-size: 92%;
[dir="rtl"] & {
left: unset;
right: 0;
}
}
.programAttributeIndicator {
@ -435,6 +445,11 @@ button::-moz-focus-inner {
position: absolute;
bottom: 0;
right: 0;
[dir="rtl"] & {
right: unset;
left: 0;
}
}
.cardOverlayButtonIcon {