Skip to content

Commit dc4954b

Browse files
committed
chore: ads
1 parent 0a93e67 commit dc4954b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vitepress/theme/components/ArticleShare.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ onMounted(() => {
8787
</script>
8888

8989
<template>
90-
<div style="display: flex; justify-content: center; align-items: center;">
90+
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column;">
9191
<div class="article-share">
9292
<button :class="['article-share__button', { copied: copied }]"
9393
:aria-label="copied ? props.copiedText : props.shareText" aria-live="polite" @click="copyToClipboard">
@@ -110,6 +110,7 @@ onMounted(() => {
110110
<style scoped>
111111
.article-share {
112112
padding: 14px 0;
113+
width: 100%;
113114
}
114115
115116
.article-share__button {

0 commit comments

Comments
 (0)