Fix arabic on iOS

This commit is contained in:
0x1eef 2024-01-31 07:01:20 -03:00
parent f4b852d49e
commit 076870324d

View file

@ -116,7 +116,10 @@ body .root .content.theme.ar {
}
footer {
flex-direction: unset;
flex-direction: row;
@media (max-device-width: 500px) {
flex-direction: column-reverse;
}
font-family: "Mada Regular";
a span {
padding: 0 7px 0 0;