From a6d56f9233d1d29006aa92e472094d253089dbbb Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 26 Dec 2023 17:27:33 -0500 Subject: [PATCH] fix(firefox): fix tab left side on desktop --- home/firefox/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/firefox/custom.css b/home/firefox/custom.css index 07a71aa1..54572632 100644 --- a/home/firefox/custom.css +++ b/home/firefox/custom.css @@ -11,6 +11,11 @@ --uc-vertical-toolbar-width: 46px !important; } +/* Fix left side of tabs going past what it should */ +scrollbox { + margin-left: 5px; +} + /* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */ /* Extensions button into the "left-sidebar" - Immovable */