From 812aa00881179e3bb96977f64bdf78af0878c8e1 Mon Sep 17 00:00:00 2001 From: Rachel <508861+Ryex@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:12:01 -0700 Subject: [PATCH] Saveing and opening files, quick links. Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com> --- www/css/dark.css | 12 +++- www/index.html | 49 +++++++++++---- www/src/index.js | 152 +++++++++++++++++++++++++++++++++++------------ 3 files changed, 164 insertions(+), 49 deletions(-) diff --git a/www/css/dark.css b/www/css/dark.css index aa1df3e..dff1977 100644 --- a/www/css/dark.css +++ b/www/css/dark.css @@ -48,6 +48,7 @@ code { .navbar-default .navbar-brand { color: #fff; text-wrap: nowrap; + white-space: nowrap; } .navbar-brand a { @@ -75,13 +76,13 @@ ol, ul { .navbar-default .navbar-text { color: #fff; text-wrap: nowrap; + white-space: nowrap; } .navbar-text { padding: 0; position: relative; } .navbar-nav { - margin: 7.5px -15px; display: block; } @media (min-width: 768px) { @@ -127,3 +128,12 @@ ol, ul { margin-bottom: 0; display: inline-block; } +.navbar-nav .dropdown-menu { + position: absolute; +} +.modal-title { + color: #fff; +} +.modal-body button { + color: #fff +} diff --git a/www/index.html b/www/index.html index 87fcd28..e149a3b 100644 --- a/www/index.html +++ b/www/index.html @@ -4,15 +4,21 @@ Stationeers IC10 Emulator - + + @@ -30,7 +36,7 @@ #editor { position: relative; width: 100%; - height: calc(100vh - 70px); + height: calc(100vh - 84px); top: 0; right: 0; bottom: 0; @@ -43,21 +49,42 @@
+