From 3faa8b5883d4966158f8baa92b7267208da367b3 Mon Sep 17 00:00:00 2001 From: EnderDev Date: Tue, 22 Aug 2023 21:31:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Use=20toolbar-bgcolor=20for=20ta?= =?UTF-8?q?bs=20background?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabs/content/browser-tabs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/tabs/content/browser-tabs.css b/components/tabs/content/browser-tabs.css index c9d46be7de..6eb490862a 100644 --- a/components/tabs/content/browser-tabs.css +++ b/components/tabs/content/browser-tabs.css @@ -4,5 +4,6 @@ browser-tabs { display: flex; - width: 100%; + background-color: var(--toolbar-bgcolor); + width: max-content; } \ No newline at end of file