make scrollbars use button roundness

このコミットが含まれているのは:
Henry Jameson 2022-04-07 16:07:47 +03:00
コミット 6b67c095bf
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -43,6 +43,7 @@ body {
color: var(--btnText);
background-repeat: no-repeat, no-repeat;
border-radius: var(--btnRadius);
&:horizontal {
background-size: 50% calc(50% - var(--___bgPadding)), 50% calc(50% - var(--___bgPadding));