Tweaks: make spreadsheet css grid denser and slightly darker
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
This commit is contained in:
parent
1c721b6f6f
commit
ba994c9535
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ export default function ThumbnailImage({ checksum, fallbackIcon, downloadToken,
|
|||
<div
|
||||
className={`flex items-center justify-center overflow-hidden ${docStyle}`}
|
||||
style={docType === 'sheets' ? {
|
||||
backgroundImage: 'linear-gradient(to right, #f3f4f6 1px, transparent 1px), linear-gradient(to bottom, #f3f4f6 1px, transparent 1px)',
|
||||
backgroundSize: '16px 16px',
|
||||
backgroundImage: 'linear-gradient(to right, #e5e7eb 1px, transparent 1px), linear-gradient(to bottom, #e5e7eb 1px, transparent 1px)',
|
||||
backgroundSize: '8px 4px',
|
||||
backgroundPosition: 'left top'
|
||||
} : {}}
|
||||
>
|
||||
|
|
|
|||
Reference in a new issue