细节处修改

This commit is contained in:
lqins
2024-12-22 12:37:32 +08:00
parent 0c1f650e9c
commit ab903e3cc1
14 changed files with 111 additions and 65 deletions

View File

@@ -3,7 +3,14 @@
height 100%
// background-color #0E0808
overflow auto
.item-group{
scrollbar-width: auto !important; /* Firefox */
-ms-overflow-style: auto !important; /* IEEdge */
::-webkit-scrollbar {
display: block !important;
}
}
.left-bar {
max-width 340px
min-width 340px
@@ -147,8 +154,14 @@
position relative
overflow-x auto
overflow-y hidden
scrollbar-width: auto !important; /* Firefox */
-ms-overflow-style: auto !important; /* IEEdge */
width 100%
::-webkit-scrollbar {
display: block !important;
}
.inner {
display flex
flex-flow row
@@ -256,7 +269,7 @@
font-weight 700
a {
color vae( --a-link-color)
color var( --a-link-color)
&:hover {
text-decoration underline
}
@@ -309,7 +322,7 @@
background none
padding 6px
transition background 0.6s ease 0s
color #726E6C
color #919191
&:hover {
// background #5f5958