From c303083fa32ecfb0c3c863a1fd5914a87f9422b5 Mon Sep 17 00:00:00 2001 From: rydesun Date: Sun, 22 Aug 2021 22:03:02 +0800 Subject: [PATCH] Update after changing dpi --- .config/kitty/kitty.conf | 4 +--- .mozilla/firefox/profile/chrome/userChrome.css | 6 +++--- .mozilla/firefox/profile/chrome/userContent.css | 8 +++++++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 3c74037..f25c2aa 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -11,9 +11,7 @@ map ctrl+g>shift+i kitten hints --type=ip --program @ scrollback_pager nvim --cmd "let $NVIM_AS_PAGER=1" --cmd "let $HANDLE_ANSI=1" -font_size 15.0 - -symbol_map U+E000-U+FAFF Symbols Nerd Font +font_size 9 enable_audio_bell no window_alert_on_bell no diff --git a/.mozilla/firefox/profile/chrome/userChrome.css b/.mozilla/firefox/profile/chrome/userChrome.css index dd6d1b1..1698b72 100644 --- a/.mozilla/firefox/profile/chrome/userChrome.css +++ b/.mozilla/firefox/profile/chrome/userChrome.css @@ -35,9 +35,9 @@ transition: all 0.1s; } #sidebar-box[sidebarcommand="visualtab_xuldev_org-sidebar-action"] #sidebar:not(:hover) { - width: 28px !important; - min-width: 28px !important; - max-width: 28px !important; + width: 25px !important; + min-width: 25px !important; + max-width: 25px !important; } #sidebar-box[sidebarcommand="visualtab_xuldev_org-sidebar-action"] #sidebar:hover { box-shadow: 2px 0 13px 0px #333333; diff --git a/.mozilla/firefox/profile/chrome/userContent.css b/.mozilla/firefox/profile/chrome/userContent.css index bfe104b..7896446 100644 --- a/.mozilla/firefox/profile/chrome/userContent.css +++ b/.mozilla/firefox/profile/chrome/userContent.css @@ -42,17 +42,23 @@ border-bottom: none !important; } #tabbox #tabList .tab .bar { - height: 28px !important; + height: 24px !important; } #tabbox #tabList .tab .bar .title { color: #333 !important; } + body:not(:hover) #tabList .tab .bar .title { + display: none !important; + } #tabbox #tabList .tab[selected="true"] .bar .title { font-weight: unset !important; } #tabbox #tabList .tab .line1 { display: none !important; } + #tabbox #tabList .tab .line2 { + width: 7px !important; + } #tabbox #tabList .tab .thumbnail { width: 100% !important; margin: 0 !important;