From 9e026e8ac7d785ce6cba97b3174218862082e687 Mon Sep 17 00:00:00 2001 From: Cuptain Date: Sun, 23 Jun 2024 14:59:12 +1000 Subject: [PATCH] menu formatting --- FCLauncher/src/index.html | 8 ++++---- FCLauncher/src/styles.css | 17 +++++++++++++---- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/FCLauncher/src/index.html b/FCLauncher/src/index.html index 4718290..c4abdab 100644 --- a/FCLauncher/src/index.html +++ b/FCLauncher/src/index.html @@ -3,7 +3,7 @@ - + Tauri App @@ -14,12 +14,12 @@ - +
- - Title diff --git a/FCLauncher/src/styles.css b/FCLauncher/src/styles.css index 18ebadf..ca37325 100644 --- a/FCLauncher/src/styles.css +++ b/FCLauncher/src/styles.css @@ -19,7 +19,7 @@ .container { margin: 0; - padding-top: 5vh; + padding-top: 0vh; display: flex; flex-direction: column; justify-content: center; @@ -27,12 +27,13 @@ } body { - background-image: url('assets/CityBase.png'); + margin: 0px; + padding: 0px; } .logo { height: 6em; - padding: 1.5em; + padding: 0em; will-change: filter; transition: 0.75s; } @@ -163,7 +164,15 @@ button { align-self: center; align-items: center; } -#Logo{ +.Logo{ + background-image: url('assets/CityBase.png'); + box-shadow: 0px 20px 10px #222424; display: flex; justify-content: center; + height: auto; + background-repeat: no-repeat; + flex-direction: column; +} +#Title { + }