Skip to content

Commit 71fa0ac

Browse files
Update main.css
1 parent 97e4b1f commit 71fa0ac

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

web/client/css/main.css

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,33 @@
5252
::-webkit-scrollbar-track {
5353
background: transparent;
5454
border-radius: 0;
55-
margin: 4px;
55+
margin-top: 4px;
56+
margin-bottom: 4px;
57+
margin-right: 2px;
58+
}
59+
60+
::-webkit-scrollbar-track:horizontal {
61+
margin-left: 4px;
62+
margin-right: 4px;
63+
margin-bottom: 2px;
5664
}
5765

5866
::-webkit-scrollbar-thumb {
5967
background: var(--bg-hover);
6068
border-radius: 6px;
61-
border: 3px solid var(--bg-secondary);
69+
border: 2px solid var(--bg-secondary);
6270
background-clip: padding-box;
6371
}
6472

6573
::-webkit-scrollbar-thumb:hover {
6674
background: var(--bg-tertiary);
67-
border: 3px solid var(--bg-secondary);
75+
border: 2px solid var(--bg-secondary);
6876
background-clip: padding-box;
6977
}
7078

7179
::-webkit-scrollbar-thumb:active {
7280
background: var(--accent-primary);
73-
border: 3px solid var(--bg-secondary);
81+
border: 2px solid var(--bg-secondary);
7482
background-clip: padding-box;
7583
}
7684

0 commit comments

Comments
 (0)