From 102d914e4a8ce9e7ca2cff44fc9a7aa8bca91010 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 10 Jul 2024 11:49:54 +0700 Subject: [PATCH] fix: Slight site width change --- .ff-chrome/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ff-chrome/userChrome.css b/.ff-chrome/userChrome.css index 2ce21a2..521d830 100644 --- a/.ff-chrome/userChrome.css +++ b/.ff-chrome/userChrome.css @@ -49,6 +49,6 @@ min-width: var(--hoverd-verticaltab-width) !important; max-width: var(--hoverd-verticaltab-width) !important; z-index: 2; /* Probably not needed, since Floorp already handle this */ - margin-right: calc((var(--hoverd-verticaltab-width) - var(--default-verticaltab-width)) * -1) !important; + margin-right: calc((var(--hoverd-verticaltab-width) - var(--default-verticaltab-width) - 5px) * -1) !important; } }