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