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

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