Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/wecs_details/WecsDetailsStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const getPanelStyles = (theme: string, isOpen: boolean) => ({
top: 0,
bottom: 0,
width: '80vw',
maxWidth: '600px',
maxWidth: '80vw',
bgcolor: theme === 'dark' ? '#1F2937' : '#eff3f5',
boxShadow: '-2px 0 10px rgba(0,0,0,0.2)',
transition: isOpen ? 'right 0.4s ease-in-out' : 'right 0.4s ease-in-out, visibility 0s 0.4s',
Expand Down
Loading