mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-18 20:04:17 +01:00
Pretty lights
This commit is contained in:
parent
6d3154a7ae
commit
aee535214d
@ -418,7 +418,7 @@ const PageThumbnail: React.FC<PageThumbnailProps> = ({
|
||||
height: '100%',
|
||||
backgroundColor: 'var(--mantine-color-gray-1)',
|
||||
borderRadius: 6,
|
||||
border: `4px solid ${fileColorBorder}`,
|
||||
boxShadow: page.isBlankPage ? 'none' : `0 0 8px 4px ${fileColorBorder}`,
|
||||
padding: 4,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user