RTL: Flip attachment preview arrows

This commit is contained in:
Abe Jellinek 2024-07-08 16:25:20 -04:00 committed by Dan Stillman
parent 043c6e1795
commit ddfe376900

View file

@ -89,6 +89,10 @@ attachment-preview {
background-color: rgba(0,0,0,0.2); background-color: rgba(0,0,0,0.2);
} }
} }
&:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
} }
.btn-prev { .btn-prev {