diff options
-rw-r--r-- | web_src/js/components/ContextPopup.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/components/ContextPopup.vue b/web_src/js/components/ContextPopup.vue index 149cabd41e..d87eb1a180 100644 --- a/web_src/js/components/ContextPopup.vue +++ b/web_src/js/components/ContextPopup.vue @@ -103,7 +103,7 @@ export default { </script> <template> <div ref="root"> - <div v-if="loading" class="ui active centered inline loader"/> + <div v-if="loading" class="tw-h-12 tw-w-12 is-loading"/> <div v-if="!loading && issue !== null"> <p><small>{{ issue.repository.full_name }} on {{ createdAt }}</small></p> <p><svg-icon :name="icon" :class="['text', color]"/> <strong>{{ issue.title }}</strong> #{{ issue.number }}</p> |