mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
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.
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<div class="u-flex u-flex-vertical-mobile u-gap-mobile-6">
|
||||
<div class="u-flex u-flex-vertical-mobile u-gap-mobile-6 u-cross-center">
|
||||
<div class="u-flex-vertical u-gap-8">
|
||||
<h3 class="body-text-2 u-bold">
|
||||
{title}
|
||||
|
||||
Reference in New Issue
Block a user