34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
|
|
# Sidebar session list scrollbar
|
||
|
|
|
||
|
|
## Light palette
|
||
|
|
|
||
|
|
- scrollbar-gutter: stable
|
||
|
|
- ::-webkit-scrollbar width: 8px
|
||
|
|
- ::-webkit-scrollbar-track background: rgba(0, 0, 0, 0)
|
||
|
|
- scrollbar-width: auto
|
||
|
|
- scrollbar-color: auto
|
||
|
|
- ::-webkit-scrollbar-thumb:hover declarations: var(--dsh-scrollbar-thumb-hover)
|
||
|
|
- --dsh-scrollbar-thumb: rgb(229, 229, 229)
|
||
|
|
- --dsh-scrollbar-thumb-hover: rgb(212, 212, 212)
|
||
|
|
- list overflows: true
|
||
|
|
- reserved band: 8px
|
||
|
|
- relative time covered by the bar: 0px
|
||
|
|
- relative time ends inside the content area: true
|
||
|
|
- content area ends before the border box: true
|
||
|
|
|
||
|
|
## Dark palette
|
||
|
|
|
||
|
|
- scrollbar-gutter: stable
|
||
|
|
- ::-webkit-scrollbar width: 8px
|
||
|
|
- ::-webkit-scrollbar-track background: rgba(0, 0, 0, 0)
|
||
|
|
- scrollbar-width: auto
|
||
|
|
- scrollbar-color: auto
|
||
|
|
- ::-webkit-scrollbar-thumb:hover declarations: var(--dsh-scrollbar-thumb-hover)
|
||
|
|
- --dsh-scrollbar-thumb: rgb(60, 60, 61)
|
||
|
|
- --dsh-scrollbar-thumb-hover: rgb(84, 85, 87)
|
||
|
|
- list overflows: true
|
||
|
|
- reserved band: 8px
|
||
|
|
- relative time covered by the bar: 0px
|
||
|
|
- relative time ends inside the content area: true
|
||
|
|
- content area ends before the border box: true
|