mirror of
https://github.com/dergigi/boris.git
synced 2025-12-19 15:44:20 +01:00
style: adjust progress bar margin in compact cards
- Reduce left margin from 1.75rem to 1.5rem for better visual balance
This commit is contained in:
@@ -82,7 +82,7 @@ export const CompactView: React.FC<CompactViewProps> = ({
|
||||
background: 'var(--color-border)',
|
||||
overflow: 'hidden',
|
||||
margin: '0',
|
||||
marginLeft: '1.75rem'
|
||||
marginLeft: '1.5rem'
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user