fix modals

This commit is contained in:
Freya Murphy 2024-05-20 19:38:41 -04:00
parent 29f7c5ea41
commit d752d34752
Signed by: freya
GPG key ID: 744AB800E383AE52
3 changed files with 5 additions and 3 deletions

View file

@ -403,7 +403,7 @@ object.inner {
} }
.modal-container { .modal-container {
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
@ -414,7 +414,7 @@ object.inner {
.modal { .modal {
background-color: var(--surface0); background-color: var(--surface0);
position: absolute; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);

View file

@ -17,6 +17,8 @@
} }
?> ?>
<title><?=$title?></title> <title><?=$title?></title>
<!-- haa haa hee hee hoo hoo -->
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</head> </head>
<body> <body>
<div id="toast-container"> <div id="toast-container">

View file

@ -1,6 +1,6 @@
<?php /* Copyright (c) 2024 Freya Murphy */ <?php /* Copyright (c) 2024 Freya Murphy */
$lang['version'] = 'Version 2.0.2'; $lang['version'] = 'Version 2.0.3';
$lang['copyright'] = 'Freya Murphy © 2024'; $lang['copyright'] = 'Freya Murphy © 2024';
// Navigation Bar Lang // Navigation Bar Lang