From e10519839db4a30d5765ed45e9dc6a80cdfec327 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Mon, 6 Jan 2025 19:13:40 +0900 Subject: [PATCH] Show border of faviconized correctly on RTL environment #3689 --- webextensions/sidebar/styles/photon/base.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webextensions/sidebar/styles/photon/base.css b/webextensions/sidebar/styles/photon/base.css index fb236af14..e145111c0 100644 --- a/webextensions/sidebar/styles/photon/base.css +++ b/webextensions/sidebar/styles/photon/base.css @@ -22,9 +22,12 @@ tab-item, margin-block-end: -1px; } -tab-item.pinned tab-item-substance { +:root:not(.rtl) tab-item.pinned tab-item-substance { border-width: 0 1px 1px 0; } +:root.rtl tab-item.pinned tab-item-substance { + border-width: 0 0 1px 1px; +} .after-tabs button,