2026-07-28 17:42:57 +08:00
|
|
|
# Sidebar session list scrollbar
|
|
|
|
|
|
|
|
|
|
## Light palette
|
|
|
|
|
|
2026-08-04 15:05:32 +08:00
|
|
|
- --dsh-scrollbar-thumb, pointer outside the sidebar: rgba(0, 0, 0, 0)
|
2026-07-28 17:42:57 +08:00
|
|
|
- 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)
|
2026-08-04 15:05:32 +08:00
|
|
|
- --dsh-scrollbar-thumb, pointer over the list: rgb(229, 229, 229)
|
|
|
|
|
- --dsh-scrollbar-thumb-hover, pointer over the list: rgb(212, 212, 212)
|
2026-07-28 17:42:57 +08:00
|
|
|
- list overflows: true
|
|
|
|
|
- reserved band: 8px
|
2026-08-04 14:56:30 +08:00
|
|
|
- scrollbar inset from the sidebar edge: 2px
|
2026-08-04 14:11:44 +08:00
|
|
|
- row background inset from the sidebar edge: 12px
|
2026-07-28 17:42:57 +08:00
|
|
|
- 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
|
|
|
|
|
|
2026-08-04 15:05:32 +08:00
|
|
|
- --dsh-scrollbar-thumb, pointer outside the sidebar: rgba(0, 0, 0, 0)
|
2026-07-28 17:42:57 +08:00
|
|
|
- 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)
|
2026-08-04 16:33:55 +08:00
|
|
|
- --dsh-scrollbar-thumb, pointer over the list: rgb(84, 85, 87)
|
|
|
|
|
- --dsh-scrollbar-thumb-hover, pointer over the list: rgb(101, 103, 107)
|
2026-07-28 17:42:57 +08:00
|
|
|
- list overflows: true
|
|
|
|
|
- reserved band: 8px
|
2026-08-04 14:56:30 +08:00
|
|
|
- scrollbar inset from the sidebar edge: 2px
|
2026-08-04 14:11:44 +08:00
|
|
|
- row background inset from the sidebar edge: 12px
|
2026-07-28 17:42:57 +08:00
|
|
|
- relative time covered by the bar: 0px
|
|
|
|
|
- relative time ends inside the content area: true
|
|
|
|
|
- content area ends before the border box: true
|