chore: adjusted Loading component style

This commit is contained in:
Hakadao
2023-08-17 00:56:45 +08:00
parent 21e814bbd9
commit 9e5930dfd1

View File

@@ -1,12 +1,13 @@
<script setup lang="ts">
import browser from 'webextension-polyfill'
const imgURL = browser.runtime.getURL('/assets/loading.gif')
</script>
<template>
<div
w="full"
h="46px"
min-h="46px"
p="y-8"
flex="~"
justify="center"