Tweaks: make spreadsheet css grid denser and slightly darker
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s

This commit is contained in:
Elijah 2026-05-25 15:57:55 -07:00
parent 1c721b6f6f
commit ba994c9535

View file

@ -51,8 +51,8 @@ export default function ThumbnailImage({ checksum, fallbackIcon, downloadToken,
<div <div
className={`flex items-center justify-center overflow-hidden ${docStyle}`} className={`flex items-center justify-center overflow-hidden ${docStyle}`}
style={docType === 'sheets' ? { style={docType === 'sheets' ? {
backgroundImage: 'linear-gradient(to right, #f3f4f6 1px, transparent 1px), linear-gradient(to bottom, #f3f4f6 1px, transparent 1px)', backgroundImage: 'linear-gradient(to right, #e5e7eb 1px, transparent 1px), linear-gradient(to bottom, #e5e7eb 1px, transparent 1px)',
backgroundSize: '16px 16px', backgroundSize: '8px 4px',
backgroundPosition: 'left top' backgroundPosition: 'left top'
} : {}} } : {}}
> >