From 3f8d4e3a27d2a4c093d93e3f218652300fbf1054 Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 9 Jul 2020 09:11:12 +0800 Subject: [PATCH] Update firefox UI: Visual Tabs --- .mozilla/firefox/profile/chrome/userContent.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.mozilla/firefox/profile/chrome/userContent.css b/.mozilla/firefox/profile/chrome/userContent.css index 5219570..95f8560 100644 --- a/.mozilla/firefox/profile/chrome/userContent.css +++ b/.mozilla/firefox/profile/chrome/userContent.css @@ -46,6 +46,12 @@ margin-left: auto !important; margin-right: auto !important; } + #tabbox #tabList[mode="compact"] .tab[discarded="true"] { + padding-bottom: 0 !important; + } + #tabbox #tabList[mode="compact"] .tab[discarded="true"] .thumbnail { + display: none !important; + } /* 自动隐藏关闭按钮 */ #tabbox #tabList[mode="compact"] .tab:not(:hover) button.close { display: none !important;