fix: 💄 margin on expand tweet button
This commit is contained in:
parent
911704d6a8
commit
406901236b
|
@ -92,7 +92,7 @@
|
|||
</article>
|
||||
</component>
|
||||
</transition>
|
||||
<div v-if="tweetId" class="expandTweet">
|
||||
<div v-if="tweetId" class="expand-tweet">
|
||||
<MkButton mini rounded @click="tweetExpanded = true">
|
||||
<i class="ph-twitter-logo ph-bold ph-lg"></i>
|
||||
{{ i18n.ts.expandTweet }}
|
||||
|
@ -226,6 +226,10 @@ onUnmounted(() => {
|
|||
}
|
||||
|
||||
.mk-url-preview {
|
||||
> .expand-tweet {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
&.max-width_400px {
|
||||
> .link {
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in New Issue