first commit

This commit is contained in:
lingxiao865
2026-02-10 08:05:03 +08:00
commit c5af079d8c
1094 changed files with 97530 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.t-side-bar {
display: flex;
flex-direction: column;
width: var(--td-side-bar-width, 206rpx);
height: var(--td-side-bar-height, 100%);
overflow-y: auto;
}
.t-side-bar::-webkit-scrollbar {
display: none;
}
.t-side-bar__padding {
flex: 1;
background-color: var(--td-side-bar-bg-color, var(--td-bg-color-secondarycontainer, var(--td-gray-color-1, #f3f3f3)));
}