We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e962c9 commit 8f8d3a7Copy full SHA for 8f8d3a7
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