Skip to content

Commit

Permalink
Merge pull request #686 from appwrite/fix-small-design-issues-post-bi…
Browse files Browse the repository at this point in the history
…lling

fix: ul wrapping li, centering stuff
  • Loading branch information
eldadfux authored Dec 22, 2023
2 parents 8817e54 + 5c87a9a commit 43365f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
14 changes: 2 additions & 12 deletions src/lib/components/fakeModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
on:click={handleBLur}
bind:this={backdrop}>
<div
class="modal payment-modal"
class="modal"
class:is-small={size === 'small'}
class:is-big={size === 'big'}
class:is-separate-header={headerDivider}>
<Form isModal {onSubmit} class="payment-form">
<Form isModal {onSubmit}>
<header class="modal-header">
<div class="u-flex u-main-space-between u-cross-center u-gap-16">
<div class="u-flex u-cross-center u-gap-16">
Expand Down Expand Up @@ -151,14 +151,4 @@
background-color: hsl(240 5% 8% / 0.6);
}
}
.payment-modal {
height: 100%;
overflow: hidden;
}
.payment-form {
height: 100%;
overflow: auto;
}
</style>
12 changes: 6 additions & 6 deletions src/lib/wizards/functions/components/repositories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
]}
value={null} />
</div>
<div class="u-width-full-line">
<ul class="u-width-full-line">
<InputSearch placeholder="Search repositories" disabled />
</div>
</ul>
</div>
{:then installations}
<div class="u-flex u-gap-16">
<div class="u-width-full-line">
<ul class="u-width-full-line">
<InputSelect
id="installation"
label="Select installation"
Expand All @@ -111,10 +111,10 @@
);
}}
bind:value={selectedInstallation} />
</div>
<div class="u-width-full-line">
</ul>
<ul class="u-width-full-line">
<InputSearch placeholder="Search repositories" bind:value={search} />
</div>
</ul>
</div>
{/await}
<p class="text u-margin-block-start-16">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<svelte:fragment slot="icons">
{#if isCloud && regions}
{@const region = findRegion(project)}
<span class="u-color-text-gray">
<span class="u-color-text-gray u-medium u-line-height-2">
{region?.name}
</span>
{/if}
Expand Down

3 comments on commit 43365f4

@vercel
Copy link

@vercel vercel bot commented on 43365f4 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud.vercel.app
console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 43365f4 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 43365f4 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-preview – ./

console-preview-git-main-appwrite.vercel.app
console-next.vercel.app
console-preview-appwrite.vercel.app

Please sign in to comment.