fixes login console error and bsod not showing up

This commit is contained in:
2024-04-17 09:24:17 +02:00
parent c44db12d30
commit cef5ee3d8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ body {
} }
#bsod { #bsod {
display: block; display: block !important;
width: max(70vw, 400px); width: max(70vw, 400px);
max-width: 800px; max-width: 800px;
flex-shrink: 1; flex-shrink: 1;
+1 -1
View File
@@ -13,7 +13,7 @@
<div class="title-bar"> <div class="title-bar">
<div class="title-bar-text">Welkom bij Muzak</div> <div class="title-bar-text">Welkom bij Muzak</div>
<div class="title-bar-controls"> <div class="title-bar-controls">
<button aria-label="Close" onclick="hidePopup()"></button> <button aria-label="Close"></button>
</div> </div>
</div> </div>
<div class="window-body"> <div class="window-body">