From 74671a1d90c6dc4a9520916eab0db3bb50b68d6d Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 12 Nov 2021 21:48:35 +0300 Subject: [PATCH] Style tweaks --- src/routes/index.svelte | 3 ++- static/global.css | 6 +++++- static/manifest.json | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 333783a..0e35ede 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -107,7 +107,8 @@ justify-content: space-evenly; justify-items: center; flex-wrap: wrap; - margin-top: 18vh; + align-items: center; + height: 100%; } .startbtns > div { diff --git a/static/global.css b/static/global.css index 4558667..5440e61 100644 --- a/static/global.css +++ b/static/global.css @@ -1,9 +1,13 @@ -html, body, #sapper { +html, body { position: relative; width: 100%; height: 100%; } +#sapper { + height: 100%; +} + body { color: #333; margin: 0; diff --git a/static/manifest.json b/static/manifest.json index fc825e2..0ea8333 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,8 +1,8 @@ { "background_color": "#ffffff", "theme_color": "#333333", - "name": "TODO", - "short_name": "TODO", + "name": "StudyBuddy.top", + "short_name": "StudyBuddy", "display": "minimal-ui", "start_url": "/", "icons": [