mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
fix: sizes
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
value={BillingPlan.FREE}
|
||||
tooltipShow={anyOrgFree}
|
||||
tooltipText="You are limited to 1 Free organization per account."
|
||||
padding="medium">
|
||||
padding="m">
|
||||
<svelte:fragment slot="custom" let:disabled>
|
||||
<div
|
||||
class="u-flex u-flex-vertical u-gap-4 u-width-full-line"
|
||||
@@ -55,7 +55,7 @@
|
||||
disabled={!selfService}
|
||||
bind:group={billingPlan}
|
||||
value={BillingPlan.PRO}
|
||||
padding="medium">
|
||||
padding="m">
|
||||
<svelte:fragment slot="custom" let:disabled>
|
||||
<div
|
||||
class="u-flex u-flex-vertical u-gap-4 u-width-full-line"
|
||||
@@ -82,7 +82,7 @@
|
||||
name="plan"
|
||||
bind:group={billingPlan}
|
||||
value={BillingPlan.SCALE}
|
||||
padding="medium">
|
||||
padding="m">
|
||||
<svelte:fragment slot="custom">
|
||||
<div class="u-flex u-flex-vertical u-gap-4 u-width-full-line">
|
||||
<h4 class="body-text-2 u-bold">
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
let totalSize = humanFileSize(deployment.buildSize + deployment.size);
|
||||
</script>
|
||||
|
||||
<Card padding="small">
|
||||
<Card padding="s">
|
||||
<Layout.Stack direction="row" gap="xl">
|
||||
<Image
|
||||
alt={site.name}
|
||||
|
||||
Reference in New Issue
Block a user