mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-01 14:59:19 +08:00
fix(settings): add bottom padding to settings sidebar (#6097)
This commit is contained in:
+1
-1
@@ -307,7 +307,7 @@ export function SettingsSidebar({
|
||||
<div
|
||||
ref={isCollapsed ? undefined : scrollContainerRef}
|
||||
className={cn(
|
||||
'flex flex-1 flex-col overflow-y-auto overflow-x-hidden border-t pt-1.5 transition-colors duration-150',
|
||||
'flex flex-1 flex-col overflow-y-auto overflow-x-hidden border-t pt-1.5 pb-2 transition-colors duration-150',
|
||||
!hasOverflowTop && 'border-transparent'
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -126,7 +126,7 @@ export function SettingsSidebar<Section extends SettingsSection>({
|
||||
<div
|
||||
ref={isCollapsed ? undefined : scrollContainerRef}
|
||||
className={cn(
|
||||
'flex flex-1 flex-col overflow-y-auto overflow-x-hidden border-t py-1.5 transition-colors duration-150',
|
||||
'flex flex-1 flex-col overflow-y-auto overflow-x-hidden border-t pt-1.5 pb-2 transition-colors duration-150',
|
||||
!hasOverflowTop && 'border-transparent'
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user