Skip to content

Commit 8f8d3a7

Browse files
committed
fix mis-sized spinner
1 parent 9e962c9 commit 8f8d3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/collections/edit-dialog/presentation-section.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default function renderPresentation(this: CollectionEdit) {
100100
</sl-tooltip>`
101101
: this.thumbnailPreview?.blobTask.status === TaskStatus.PENDING &&
102102
!this.blobIsLoaded
103-
? html`<sl-spinner slot="prefix"></sl-spinner>`
103+
? html`<sl-spinner class="size-4" slot="prefix"></sl-spinner>`
104104
: nothing}
105105
</btrix-select-collection-page>
106106
<sl-checkbox

0 commit comments

Comments
 (0)