From c5baf3d7ef2715def79ff7734d505c56bb20012c Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Sat, 23 Dec 2023 19:46:25 +0330 Subject: Fix: float and clear Fix other background-positions Minor fix in link button icon position Update header left and right to start and end Signed-off-by: Mostafa Ahangarha --- core/css/styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/css/styles.scss') diff --git a/core/css/styles.scss b/core/css/styles.scss index 110b2c7f4c4..eb766b8844b 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -248,8 +248,15 @@ body { position: absolute; inset-inline-end: 1em; top: .8em; +} + +/* Cannot use inline-start and :dir to support Samsung Internet */ +body[dir='ltr'] #show, #dbpassword { float: right; } +body[dir='ltr'] #show, #dbpassword { + float: left; +} #show + label, #dbpassword + label { inset-inline-end: 21px; -- cgit v1.2.3