mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-29 03:36:55 +00:00
fix: polish sidebar and masthead chrome, scroll setup preflight (#1522)
Remove redundant nav and label dots, move desktop masthead status to animated left rails, and let AuthCanvas scroll long preflight content on small viewports.
This commit is contained in:
@@ -93,13 +93,6 @@ export function SettingsSidebar({ currentSection, onSectionChange, dirtyFlags, o
|
||||
className="absolute inset-y-0 left-0 w-[2px] rounded-sm bg-brand"
|
||||
/>
|
||||
)}
|
||||
<span
|
||||
aria-hidden="true"
|
||||
className={cn(
|
||||
'h-1 w-1 shrink-0 rounded-full',
|
||||
isActive ? 'bg-brand' : 'bg-stat-subtitle/40',
|
||||
)}
|
||||
/>
|
||||
<span className="flex-1 truncate text-left">{item.label}</span>
|
||||
{isDirty && (
|
||||
<span className="h-1.5 w-1.5 shrink-0 rounded-full bg-warning" />
|
||||
|
||||
Reference in New Issue
Block a user