From 2cd66fc11c05b42e19ab5d636b8d760fc8838095 Mon Sep 17 00:00:00 2001 From: rydesun Date: Fri, 16 Oct 2020 00:17:05 +0800 Subject: [PATCH] Update firefox: sidebar --- .mozilla/firefox/profile/chrome/userChrome.css | 4 ++++ .mozilla/firefox/profile/chrome/userContent.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.mozilla/firefox/profile/chrome/userChrome.css b/.mozilla/firefox/profile/chrome/userChrome.css index 58f016d..ad1dd0b 100644 --- a/.mozilla/firefox/profile/chrome/userChrome.css +++ b/.mozilla/firefox/profile/chrome/userChrome.css @@ -25,6 +25,10 @@ background-color: unset !important; } +#sidebar { + min-width: 11em !important; +} + /* 暗色侧边栏 */ #sidebar-header { -moz-appearance: none !important; diff --git a/.mozilla/firefox/profile/chrome/userContent.css b/.mozilla/firefox/profile/chrome/userContent.css index d05c91c..7860773 100644 --- a/.mozilla/firefox/profile/chrome/userContent.css +++ b/.mozilla/firefox/profile/chrome/userContent.css @@ -56,7 +56,7 @@ width: 90% !important; margin-top: 5px !important; margin-left: auto !important; - margin-right: auto !important; + margin-right: 0 !important; } #tabbox #tabList[mode="compact"] .tab[discarded="true"] { padding-bottom: 0 !important;