💄 调整整体滚动条样式

This commit is contained in:
目棃
2025-03-08 16:30:33 +08:00
parent ac4d2a319f
commit d8267cbf7b
3 changed files with 9 additions and 17 deletions

View File

@@ -221,7 +221,6 @@ function getBox(info: TGApp.App.Character.WikiBriefInfo): TItemBoxData {
gap: 8px;
&::-webkit-scrollbar-thumb {
border-radius: 8px;
background: var(--common-shadow-t-4);
}
}

View File

@@ -101,14 +101,6 @@ async function toPost(postId: string, index: number): Promise<void> {
padding-right: 8px;
overflow-y: auto;
row-gap: 12px;
&::-webkit-scrollbar {
width: 4px;
}
&::-webkit-scrollbar-thumb {
min-height: 40px;
}
}
.tpoc-load {