From 577e2ae0d2cbeca441a02b1669405a0d34803194 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 5 Jun 2021 00:19:28 +0300 Subject: [PATCH] remove bottom:-1px from tabs toolbar --- chrome/tabs_below_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tabs_below_content.css b/chrome/tabs_below_content.css index efd66a9..f8048ae 100644 --- a/chrome/tabs_below_content.css +++ b/chrome/tabs_below_content.css @@ -55,7 +55,7 @@ linux_gtk_window_control_patch.css #TabsToolbar{ background-color: var(--lwt-accent-color); } #TabsToolbar-customization-target{ width: 100vw; } -:root[tabsintitlebar] #TabsToolbar{ bottom: -1px } + .tab-background{ border-top-style: none !important; } /* Hide stuff that doesn't make sense with tabs below content */