fix: 💄 margin on expand tweet button

This commit is contained in:
ThatOneCalculator 2023-05-25 20:05:19 -07:00
parent 911704d6a8
commit 406901236b
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 5 additions and 1 deletions

View File

@ -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;