Pillar: Wider scrollbars

This commit is contained in:
2020-07-29 22:52:32 +02:00
parent 970303577a
commit b4982c4128

View File

@@ -1,12 +1,13 @@
::-webkit-scrollbar ::-webkit-scrollbar
width: 5px width: 8px
height: 5px height: 8px
::-webkit-scrollbar-track ::-webkit-scrollbar-track
background-color: transparent background-color: transparent
::-webkit-scrollbar-thumb ::-webkit-scrollbar-thumb
background-color: darken($color-background, 40%) background-color: darken($color-background, 40%)
border-radius: 999em
::placeholder ::placeholder
color: $color-text-dark-hint color: $color-text-dark-hint