Files
deepseek-harness/apps/web/tests/snapshots/sidebar-scrollbar/geometry.expected.md
T
imccyu 72f82f65c9 Merge remote-tracking branch 'origin/master' into mergebot/pr1389
# Conflicts:
#	apps/web/tests/snapshots/sidebar-scrollbar/geometry.expected.md
#	packages/client/ui-conversation/src/client/chat/MessageIconActions.tsx
#	packages/client/ui-conversation/src/client/chat/message-chrome.ts
2026-08-04 16:33:55 +08:00

1.5 KiB

Sidebar session list scrollbar

Light palette

  • --dsh-scrollbar-thumb, pointer outside the sidebar: rgba(0, 0, 0, 0)
  • 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, pointer over the list: rgb(229, 229, 229)
  • --dsh-scrollbar-thumb-hover, pointer over the list: rgb(212, 212, 212)
  • list overflows: true
  • reserved band: 8px
  • scrollbar inset from the sidebar edge: 2px
  • row background inset from the sidebar edge: 12px
  • 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

  • --dsh-scrollbar-thumb, pointer outside the sidebar: rgba(0, 0, 0, 0)
  • 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, pointer over the list: rgb(84, 85, 87)
  • --dsh-scrollbar-thumb-hover, pointer over the list: rgb(101, 103, 107)
  • list overflows: true
  • reserved band: 8px
  • scrollbar inset from the sidebar edge: 2px
  • row background inset from the sidebar edge: 12px
  • relative time covered by the bar: 0px
  • relative time ends inside the content area: true
  • content area ends before the border box: true