diff options
Diffstat (limited to '')
-rw-r--r-- | src/public/css/common.css | 4 | ||||
-rw-r--r-- | src/web/_views/header_empty.php | 2 | ||||
-rw-r--r-- | src/web/lang/en_US/common_lang.php | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/src/public/css/common.css b/src/public/css/common.css index b950ebe..b941b1b 100644 --- a/src/public/css/common.css +++ b/src/public/css/common.css @@ -403,7 +403,7 @@ object.inner { } .modal-container { - position: absolute; + position: fixed; top: 0; left: 0; width: 100%; @@ -414,7 +414,7 @@ object.inner { .modal { background-color: var(--surface0); - position: absolute; + position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); diff --git a/src/web/_views/header_empty.php b/src/web/_views/header_empty.php index 75f6f17..037c89a 100644 --- a/src/web/_views/header_empty.php +++ b/src/web/_views/header_empty.php @@ -17,6 +17,8 @@ } ?> <title><?=$title?></title> + <!-- haa haa hee hee hoo hoo --> + <script src="https://unpkg.com/@ruffle-rs/ruffle"></script> </head> <body> <div id="toast-container"> diff --git a/src/web/lang/en_US/common_lang.php b/src/web/lang/en_US/common_lang.php index 22e1c89..771b20f 100644 --- a/src/web/lang/en_US/common_lang.php +++ b/src/web/lang/en_US/common_lang.php @@ -1,6 +1,6 @@ <?php /* Copyright (c) 2024 Freya Murphy */ -$lang['version'] = 'Version 2.0.2'; +$lang['version'] = 'Version 2.0.3'; $lang['copyright'] = 'Freya Murphy © 2024'; // Navigation Bar Lang |