From 20e4799190565e1c4d04706bb2b3cd951fcf6a11 Mon Sep 17 00:00:00 2001 From: rydesun Date: Sat, 5 Aug 2023 21:56:31 +0800 Subject: [PATCH] Update firefox css --- .mozilla/firefox/profile/chrome/userContent.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mozilla/firefox/profile/chrome/userContent.css b/.mozilla/firefox/profile/chrome/userContent.css index dc9eedd..340e081 100644 --- a/.mozilla/firefox/profile/chrome/userContent.css +++ b/.mozilla/firefox/profile/chrome/userContent.css @@ -4,4 +4,8 @@ #root .Tab .close { transition: opacity 200ms ease-in; } + + #root .PinnedTab .close { + display: none !important; + } }