diff --git a/src/components/Graphs.svelte b/src/components/Graphs.svelte
index 29fe276..f394472 100644
--- a/src/components/Graphs.svelte
+++ b/src/components/Graphs.svelte
@@ -11,7 +11,7 @@
{#await graphsPromise}
- Fetching profiles...
+ Fetching graphs...
{:then graphs}
{#each graphs as graph}
diff --git a/src/components/Navbar.svelte b/src/components/Navbar.svelte
index 30543e0..eb912a7 100644
--- a/src/components/Navbar.svelte
+++ b/src/components/Navbar.svelte
@@ -1,7 +1,7 @@
diff --git a/src/routes/profile/new.svelte b/src/routes/profile/new.svelte
index 269f521..e029b1b 100644
--- a/src/routes/profile/new.svelte
+++ b/src/routes/profile/new.svelte
@@ -1,6 +1,6 @@
@@ -38,9 +51,8 @@
{status}
diff --git a/src/styles/Form.scss b/src/styles/Form.scss
index 1ff3e43..4df28f7 100644
--- a/src/styles/Form.scss
+++ b/src/styles/Form.scss
@@ -1,4 +1,6 @@
form {
+ display: flex;
+ flex-direction: column;
padding: 1em;
background-color: hsl(236, 10%, 20%);
p#status {
@@ -6,7 +8,6 @@ form {
}
}
input {
- width: calc(100% - 1.5em);
background: none;
padding: 0.75em;
margin-bottom: 1em;