fix attachment dl icon alignment in web and desktop (#18349)

This commit is contained in:
Jordan Aasen 2026-01-14 17:19:09 -08:00 committed by GitHub
parent c91fbb2cad
commit 2cec30e533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
<span slot="secondary" data-testid="file-size">{{ attachment.sizeName }}</span>
</bit-item-content>
<ng-container slot="end">
<bit-item-action class="tw-pr-4">
<bit-item-action class="tw-pr-4 [@media(min-width:650px)]:tw-pr-6">
<app-download-attachment
[admin]="admin"
[cipher]="cipher"