Skip to content

Commit

Permalink
Calc: align scroll-right button arrows on RTL docs
Browse files Browse the repository at this point in the history
- on RTL docs, scroll-right button arrows of statusbar and toolbar
were misaligned to the left. This is fixed with 'left: 0px'

Signed-off-by: Bayram Çiçek <[email protected]>
Change-Id: I5c837244352d37342864b7413f0546cae8c60a25
  • Loading branch information
bayramcicek committed Jan 16, 2025
1 parent 320298e commit 52fe9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
}
.ui-scroll-right::after {
rotate: 270deg;
left: 0px;
}
.ui-scroll-left:hover,
.ui-scroll-right:hover {
Expand Down

0 comments on commit 52fe9ea

Please sign in to comment.