forked from AkkomaGang/akkoma-fe
oops
This commit is contained in:
parent
6b67c095bf
commit
4007ddbf32
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,7 @@ body {
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
background-color: var(--btn);
|
background-color: var(--btn);
|
||||||
box-shadow: var(--buttonShadow);
|
box-shadow: var(--buttonShadow);
|
||||||
|
border-radius: var(--btnRadius);
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-button {
|
&::-webkit-scrollbar-button {
|
||||||
|
@ -43,7 +44,6 @@ body {
|
||||||
|
|
||||||
color: var(--btnText);
|
color: var(--btnText);
|
||||||
background-repeat: no-repeat, no-repeat;
|
background-repeat: no-repeat, no-repeat;
|
||||||
border-radius: var(--btnRadius);
|
|
||||||
|
|
||||||
&:horizontal {
|
&:horizontal {
|
||||||
background-size: 50% calc(50% - var(--___bgPadding)), 50% calc(50% - var(--___bgPadding));
|
background-size: 50% calc(50% - var(--___bgPadding)), 50% calc(50% - var(--___bgPadding));
|
||||||
|
|
Loading…
Reference in a new issue