fix: enlarge mobile renewal button

This commit is contained in:
3252a8
2026-06-01 18:17:02 +03:00
parent 7d3178bd48
commit 4fa18a1262
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -336,6 +336,18 @@ a {
margin-left: 0;
justify-content: center;
}
.subscription-renew-action {
min-height: 54px;
padding-block: 12px;
font-size: 15px;
}
.subscription-renew-action svg {
width: 19px;
height: 19px;
flex: 0 0 auto;
}
}
.traffic-top,
@@ -343,7 +343,7 @@
</Button>
{/if}
<Button
class="wide"
class={`wide${subscription.active ? " subscription-renew-action" : ""}`}
variant={subscription.active ? "secondary" : "default"}
onclick={openPaymentModal}
>