Merge pull request #401 from appwrite/fix/visual-bugs

fix: visual bugs
This commit is contained in:
Torsten Dittmann
2023-06-09 13:36:43 +02:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -21,7 +21,8 @@
{#if single}
<article class="card u-grid u-cross-center u-width-full-line common-section">
<div class="u-flex u-flex-vertical u-cross-center u-gap-24">
<div
class="u-flex u-flex-vertical u-cross-center u-gap-24 u-width-full-line u-overflow-hidden">
<button
type="button"
on:click|preventDefault
@@ -40,12 +41,14 @@
</button>
<slot>
<div class="u-text-center">
<Heading size="7" tag="h2">Create your first {target} to get started.</Heading>
<Heading size="7" tag="h2" trimmed={false}>
Create your first {target} to get started.
</Heading>
<p class="body-text-2 u-bold u-margin-block-start-4">
Need a hand? Learn more in our documentation.
</p>
</div>
<div class="u-flex u-gap-16 u-main-center">
<div class="u-flex u-flex-wrap u-gap-16 u-main-center">
<Button
external
{href}
@@ -65,7 +65,7 @@
},
[Platform.Web]: {
name: 'My Web App',
hostname: 'com.company.appname',
hostname: 'localhost',
tooltip:
'The hostname that your website will use to interact with the Appwrite APIs in production or development environments. No protocol or port number required.'
},