This commit is contained in:
maaa 2024-06-22 15:02:40 +02:00
parent 0d3a4db8be
commit 507f6b50ca
3 changed files with 21 additions and 1 deletions

View File

@ -12,6 +12,12 @@
<link rel="icon" href="/static/svg/favicon.svg">
</head>
<noscript>
<head>
<meta http-equiv="refresh" content="0; url=/login"/>
</head>
</noscript>
<body>
<div class="topBar">
<p tabindex="0" class="logo" id="burgerButton">Burgernotes</p>

View File

@ -15,6 +15,15 @@
<p class="credit"></p>
<img src="/static/img/background.jpg" class="background" alt="">
<div class="inoutdiv">
<noscript>
<h2 style="display: block !important;">Your web browser is unsupported</h2>
<p style="margin-bottom: 135px;">Please enable JavaScript in your web browser to continue</p>
<style>
h2, button, br {
display: none !important;
}
</style>
</noscript>
<h2>Sign in</h2>
<p id="statusBox"></p>
<span id="inputNameBox" style="margin-right: 10px;color: var(--text-color);"></span>

View File

@ -670,7 +670,6 @@ iframe#markdown {
background-color: var(--hover-nonimportant-theme-color);
}
.inoutdiv a {
color: grey;
text-align: center;
@ -683,6 +682,12 @@ iframe#markdown {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
pointer-events: none;
}
.credit {