From a39d9eb13f4fde07afd990ccc33f65eb575f0557 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 2 Feb 2026 07:36:24 -0800 Subject: [PATCH] Fix icon alignment and title padding in sidebar --- chrome/EdgyArc-fr/sidebery.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrome/EdgyArc-fr/sidebery.css b/chrome/EdgyArc-fr/sidebery.css index 0e4dba4..46fe8ce 100644 --- a/chrome/EdgyArc-fr/sidebery.css +++ b/chrome/EdgyArc-fr/sidebery.css @@ -292,7 +292,11 @@ /*adjust padding to accomodate coloured tabs*/ .t-box { - padding: 0 6px !important; + padding: 0 12px !important; + } + + .fav { + margin-left: 8px !important; } }