Skip to content

Commit

Permalink
[common] Fix Bug 66525
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyEzhin committed Feb 16, 2024
1 parent 67b37a6 commit 2ad3f1c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/common/mobile/resources/less/common-ios.less
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
line-height: 18px;
right: 26px;
color: @text-tertiary;
top: 5px;
top: 4.5px;
z-index: 100;
}
}
Expand Down
20 changes: 16 additions & 4 deletions apps/common/mobile/resources/less/common-rtl.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[dir="rtl"].device-android {
.app-layout {
.searchbar input {
padding-right: 24px;
padding-left: 36px;
background-position: right;
.searchbar {
input {
padding-right: 24px;
padding-left: 36px;
background-position: right;
}

.number-search-results {
right: auto;
left: 26px;
}
}
}

Expand Down Expand Up @@ -47,6 +54,11 @@
}
}

.searchbar .number-search-results {
right: auto;
left: 26px;
}

.popover {
li:last-child, li:first-child {
.segmented a:first-child {
Expand Down

0 comments on commit 2ad3f1c

Please sign in to comment.