Right sidebar rail hover line matches left clip #149
Labels
No labels
abandoned
active
audit
blocked
data-safety
difficulty:easy
difficulty:hard
difficulty:high
difficulty:medium
docs
done
duplicate
notebook-v0
open
priority:high
ready
release-critical
safe-mode
spec
spec-backlog
subsystem:api
subsystem:backlog
subsystem:bases
subsystem:ci
subsystem:command
subsystem:configuration
subsystem:consolidate
subsystem:dependencies
subsystem:desktop-electron
subsystem:diffmerge
subsystem:docker
subsystem:docs
subsystem:fuzzy
subsystem:graph
subsystem:hotkeys
subsystem:lapis
subsystem:maint
subsystem:maintenance
subsystem:markdown
subsystem:markdown-lint
subsystem:md018
subsystem:notebook
subsystem:notifications
subsystem:opfs
subsystem:package
subsystem:plugin-markdown
subsystem:plugin-tasks
subsystem:plugins
subsystem:registry
subsystem:release
subsystem:renovate
subsystem:restore
subsystem:scripts
subsystem:search
subsystem:settings
subsystem:spec
subsystem:tasks
subsystem:testing
subsystem:ui
subsystem:web
subsystem:workspace
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lapis-notes/lapis#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The right sidebar rail hover/focus accent line appears thicker than the left because the left outer sidebar container clips overflow while the right does not.
Problem
Left
Sidebar.Rootappliesoverflow-hidden, clipping the rail::afterline to the inner half of the edge. Right sidebar lacks that clip, so the full 4px hover line is visible and looks heavier.Goal
Match left/right rail visual weight by clipping the right sidebar container the same way.
Scope
overflow-hiddento the right sidebar root container insidebar-right.svelte.Non-goals
@lapis-notes/ui.Acceptance Criteria
overflow-hiddenlike the left outer sidebar.Implementation Notes
Apply
overflow-hiddenonSidebar.Rootinsidebar-right.svelte(class lands on[data-slot="sidebar-container"]).Suggested Files or Specs To Inspect
packages/workspace/src/lib/components/sidebar/sidebar-right.sveltepackages/workspace/src/lib/components/sidebar/sidebar-left.sveltespec/src/20-packages/workspace/index.mdValidation Commands
pnpm --filter @lapis-notes/workspace check:allRelated Issues
Follow-up Tasks
Implementation Summary
Added overflow-hidden to right Sidebar.Root so the rail ::after hover line clips to the pane edge like the left sidebar. Updated workspace package spec.