added static Access Point and Captive Portal and some small adjustments

This commit is contained in:
Helva
2026-02-08 18:51:19 +01:00
parent c2bb45ac5a
commit 29b1e5c29d
12 changed files with 101 additions and 2 deletions
+2
View File
@@ -18,8 +18,10 @@
</div>
<div class="label" id="label">neutral</div>
</div>
<a href="/drive" class="control-link">🎮 Steuerung öffnen</a>
<script src="/app.js?v=2"></script>
</body>
</html>
+14
View File
@@ -284,3 +284,17 @@ body.emotion-sleepy .eye {
opacity: calc(var(--mouth-line-opacity) + 0.10 * var(--mouth-open));
}
.control-link{
position: fixed;
right: 16px;
bottom: 16px;
padding: 12px 16px;
background: rgba(0,0,0,0.6);
color: white;
text-decoration: none;
border-radius: 12px;
font-family: system-ui, sans-serif;
font-size: 16px;
}
.control-link:active{ transform: scale(0.98); }