Desktop: Image Preview and Dedupe File Upload (#6372)

This commit is contained in:
Daniel Polito 2025-12-29 14:22:48 -03:00 committed by GitHub
parent 82b8d8fa5d
commit b7ce46f7a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 111 additions and 2 deletions

View file

@ -40,6 +40,10 @@
border-color: var(--border-strong-base);
}
&[data-clickable="true"] {
cursor: pointer;
}
&[data-type="image"] {
width: 48px;
height: 48px;