From e9807343af3b51dfd72aed334ffe111c85b36851 Mon Sep 17 00:00:00 2001 From: Mia Riezebos Date: Thu, 18 Sep 2025 12:55:48 +0200 Subject: [PATCH] fix: remove redundant rules, p=#10416 one of which did nothing, the other introduced ugly margin when tabs were on the right side. --- src/zen/common/styles/zen-sidebar.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/zen/common/styles/zen-sidebar.css b/src/zen/common/styles/zen-sidebar.css index d5211dbb0..c6275cfd0 100644 --- a/src/zen/common/styles/zen-sidebar.css +++ b/src/zen/common/styles/zen-sidebar.css @@ -15,14 +15,6 @@ border-radius: var(--zen-native-inner-radius); box-shadow: var(--zen-big-shadow); overflow: hidden; - - :root:not([zen-right-side='true']) &[positionend='true'] { - margin-right: var(--zen-element-separation); - } - - :root[zen-right-side='true'] & { - margin-left: var(--zen-element-separation); - } } & #tabbrowser-tabbox[sidebar-positionend] {