Skip to content

Commit ed2fe86

Browse files
authored
fix(databases): vertically center backups sign up button
On the backups page for self-hosted, there's a button that takes users to Cloud since backups are not available on self-hosted. The button looked odd because it was aligned to the top. Instead, vertically center the button.
1 parent 4e978bc commit ed2fe86

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[project]/databases/database-[database]/backups

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[project]/databases/database-[database]/backups/upgradeCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
{/if}
7979
</div>
8080
</div>
81-
<div class="u-flex u-flex-vertical-mobile u-gap-mobile-6">
81+
<div class="u-flex u-flex-vertical-mobile u-gap-mobile-6 u-cross-center">
8282
<div class="u-flex-vertical u-gap-8">
8383
<h3 class="body-text-2 u-bold">
8484
{title}

0 commit comments

Comments
 (0)