Merge branch 'threecolumn' into shigusegubu-vue3

* threecolumn:
  make scrollbars use button roundness
This commit is contained in:
Henry Jameson 2022-04-07 16:08:09 +03:00
commit 785c3df7e1

View file

@ -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));