ui: increase namespace detail panel width to 1000px
- Expand side panel from 800px to 1000px for better content viewing - Version bump to 0.2.4 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
@@ -102,7 +102,7 @@ function NamespaceDetailPanel({ namespace, onClose }: NamespaceDetailPanelProps)
|
||||
right: 0,
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
width: '800px',
|
||||
width: '1000px',
|
||||
backgroundColor: 'var(--background-paper, #fff)',
|
||||
boxShadow: '-2px 0 8px rgba(0,0,0,0.15)',
|
||||
overflowY: 'auto',
|
||||
|
||||
Reference in New Issue
Block a user