We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a93e67 commit dc4954bCopy full SHA for dc4954b
.vitepress/theme/components/ArticleShare.vue
@@ -87,7 +87,7 @@ onMounted(() => {
87
</script>
88
89
<template>
90
- <div style="display: flex; justify-content: center; align-items: center;">
+ <div style="display: flex; justify-content: center; align-items: center; flex-direction: column;">
91
<div class="article-share">
92
<button :class="['article-share__button', { copied: copied }]"
93
:aria-label="copied ? props.copiedText : props.shareText" aria-live="polite" @click="copyToClipboard">
@@ -110,6 +110,7 @@ onMounted(() => {
110
<style scoped>
111
.article-share {
112
padding: 14px 0;
113
+ width: 100%;
114
}
115
116
.article-share__button {
0 commit comments