logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 4007ddbf325901f5ab27ba85a06c5c311ec6ea0a
parent 6b67c095bfe837bcc2ab99944f028480e0823d0a
Author: Henry Jameson <me@hjkos.com>
Date:   Thu,  7 Apr 2022 16:10:35 +0300

oops

Diffstat:

Msrc/App.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.scss b/src/App.scss @@ -36,6 +36,7 @@ body { &::-webkit-scrollbar-thumb { background-color: var(--btn); box-shadow: var(--buttonShadow); + border-radius: var(--btnRadius); } &::-webkit-scrollbar-button { @@ -43,7 +44,6 @@ 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));