From 8aa2b3b08480193663fc0f37e8c81b70b1415daa Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 16 Dec 2022 12:02:34 +0100 Subject: [PATCH] feat: show provider name on small screen preview cards (#442) --- components/status/StatusPreviewCard.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/components/status/StatusPreviewCard.vue b/components/status/StatusPreviewCard.vue index c91f99da..36c30b29 100644 --- a/components/status/StatusPreviewCard.vue +++ b/components/status/StatusPreviewCard.vue @@ -70,17 +70,11 @@ const providerName = $computed(() => props.card.providerName ? props.card.provid px3 max-h-2xl flex flex-col :class="[ - root ? 'flex-gap-1 py1 sm:py3' : 'py3 justify-center sm:justify-start', + root ? 'flex-gap-1 py1 sm:py3' : 'py1 justify-center sm:justify-start', ]" + my-auto > -

+

{{ providerName }}

props.card.providerName ? props.card.provid >{{ card.title }}

{{ card.description }}