fix preview spinner

This commit is contained in:
Henry Jameson 2020-10-29 21:39:11 +02:00
parent 633349ddff
commit 4e1f2aeabc

View file

@ -85,11 +85,15 @@
{{ $t('post_status.preview') }}
<FAIcon :icon="showPreview ? 'chevron-left' : 'chevron-right'" />
</a>
<FAIcon
<div
v-show="previewLoading"
spin
icon="circle-notch"
/>
class="preview-spinner">
<FAIcon
class="fa-old-padding"
spin
icon="circle-notch"
/>
</div>
</div>
<div
v-if="showPreview"
@ -383,12 +387,12 @@
}
.preview-heading {
padding-left: 0.5em;
display: flex;
width: 100%;
padding-left: 0.5em;
}
.preview-toggle {
flex: 1;
cursor: pointer;
user-select: none;