Support RTL for OP instance pill

This commit is contained in:
daudix 2024-07-24 04:59:10 +03:00
parent 7ae51334e8
commit 3cbfeb182e
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -125,6 +125,10 @@
height: 0.75rem;
content: "";
}
:root[dir*="rtl"] & {
padding: 0.375rem 0.5rem 0.375rem 0.75rem;
}
}
}
}