mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: adjusted Loading component style
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user