Fix language dropdown alignment on iOS

This commit is contained in:
0x1eef 2023-12-04 07:56:43 -03:00
parent c9e676a16a
commit c943ace50b

View file

@ -69,7 +69,7 @@ body .root .content.theme {
text-align: right;
ul {
position:relative;
right: 82px;
right: 75px;
li {
align-items: center;
font-family: "Kanit Regular";
@ -144,7 +144,7 @@ body .root .content.theme.ar {
.react-select.language {
ul {
top: 15px;
right: 65px;
right: 55px;
}
.selected-option.ar {
font-size: x-large;