Skip to content

Commit 19f055e

Browse files
committed
fix: load state margin
1 parent 0fa61de commit 19f055e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Loading

src/components/QRCode.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ watch(
146146
</template>
147147
<style scoped>
148148
/* The image should be 100% to a maximum of 400px */
149-
img {
149+
img,
150+
.gl-animate-skeleton-loader {
150151
aspect-ratio: 1;
151152
margin: 0 auto;
152153
border-radius: var(--pico-border-radius);

0 commit comments

Comments
 (0)