refactor: upc style responsive support

This commit is contained in:
Zack Spear
2023-07-03 15:59:20 -07:00
committed by Zack Spear
parent 38349e399d
commit 3391f93fab
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const upgradeAction = computed((): ServerStateDataAction | undefined => {
<template v-if="purchaseAction">
<UpcServerStateBuy
@click="purchaseAction.click()"
class="text-orange-dark relative top-[1px]"
class="text-orange-dark relative top-[1px] hidden sm:block"
:title="'Purchase'"
>{{ 'Purchase' }}</UpcServerStateBuy>
</template>