feat(desktop): Image Preview support for Image Attachments (#7841)

This commit is contained in:
Daniel Polito 2026-01-11 17:12:52 -03:00 committed by GitHub
parent b81eca4ebc
commit 025ed04da0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 6 deletions

View file

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