Update after changing dpi

This commit is contained in:
rydesun 2021-08-22 22:03:02 +08:00
parent b3d9233a3b
commit c303083fa3
3 changed files with 11 additions and 7 deletions

View file

@ -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

View file

@ -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;

View file

@ -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;