File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : 3 px solid var (--bg-secondary );
69+ border : 2 px solid var (--bg-secondary );
6270 background-clip : padding-box;
6371}
6472
6573::-webkit-scrollbar-thumb : hover {
6674 background : var (--bg-tertiary );
67- border : 3 px solid var (--bg-secondary );
75+ border : 2 px solid var (--bg-secondary );
6876 background-clip : padding-box;
6977}
7078
7179::-webkit-scrollbar-thumb : active {
7280 background : var (--accent-primary );
73- border : 3 px solid var (--bg-secondary );
81+ border : 2 px solid var (--bg-secondary );
7482 background-clip : padding-box;
7583}
7684
You can’t perform that action at this time.
0 commit comments