mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: autofocus and spacing.
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
on:submit={createProject}>
|
||||
<svelte:fragment slot="submit">
|
||||
<Layout.Stack direction="row" justifyContent="flex-end">
|
||||
<Button.Button type="submit" variant="primary" size="s">
|
||||
<Button.Button autofocus type="submit" variant="primary" size="s">
|
||||
Create
|
||||
</Button.Button>
|
||||
</Layout.Stack>
|
||||
|
||||
@@ -269,6 +269,7 @@
|
||||
transition: opacity 0.5s var(--animation-type);
|
||||
|
||||
@media (min-width: 768px) {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user