mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
💄 调整整体滚动条样式
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user