fixes login console error and bsod not showing up
This commit is contained in:
@@ -18,7 +18,7 @@ body {
|
||||
}
|
||||
|
||||
#bsod {
|
||||
display: block;
|
||||
display: block !important;
|
||||
width: max(70vw, 400px);
|
||||
max-width: 800px;
|
||||
flex-shrink: 1;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">Welkom bij Muzak</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Close" onclick="hidePopup()"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body">
|
||||
|
||||
Reference in New Issue
Block a user