From 52fe9ead70597c86ef6bf06b778e698130a0c542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bayram=20=C3=87i=C3=A7ek?= Date: Thu, 16 Jan 2025 16:17:42 +0300 Subject: [PATCH] Calc: align scroll-right button arrows on RTL docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Change-Id: I5c837244352d37342864b7413f0546cae8c60a25 --- browser/css/toolbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/css/toolbar.css b/browser/css/toolbar.css index 1e39e4ebdb662..8bb57eb0537d8 100644 --- a/browser/css/toolbar.css +++ b/browser/css/toolbar.css @@ -227,6 +227,7 @@ } .ui-scroll-right::after { rotate: 270deg; + left: 0px; } .ui-scroll-left:hover, .ui-scroll-right:hover {