We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f76c2 commit 0a9863aCopy full SHA for 0a9863a
frontend/src/features/collections/edit-dialog/presentation-section.ts
@@ -100,7 +100,7 @@ export default function renderPresentation(this: CollectionEdit) {
100
</sl-tooltip>`
101
: this.thumbnailPreview?.blobTask.status === TaskStatus.PENDING &&
102
!this.blobIsLoaded
103
- ? html`<sl-spinner slot="prefix"></sl-spinner>`
+ ? html`<sl-spinner class="size-4" slot="prefix"></sl-spinner>`
104
: nothing}
105
</btrix-select-collection-page>
106
<sl-checkbox
0 commit comments