Fix language dropdown alignment on iOS
This commit is contained in:
parent
cbab7d1795
commit
fadf792c3e
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ body .root .content.theme {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
ul {
|
ul {
|
||||||
position:relative;
|
position:relative;
|
||||||
right: 82px;
|
right: 75px;
|
||||||
li {
|
li {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-family: "Kanit Regular";
|
font-family: "Kanit Regular";
|
||||||
|
@ -144,7 +144,7 @@ body .root .content.theme.ar {
|
||||||
.react-select.language {
|
.react-select.language {
|
||||||
ul {
|
ul {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
right: 65px;
|
right: 55px;
|
||||||
}
|
}
|
||||||
.selected-option.ar {
|
.selected-option.ar {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
|
|
Loading…
Reference in a new issue