fix: restore layout and add dynamic version to footer

This commit is contained in:
2026-02-16 03:24:54 +01:00
parent 14ba647f42
commit ae3d650011
5 changed files with 11 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ const toggle = () => isOpen.value = !isOpen.value
<style scoped>
.debug-panel {
position: fixed;
top: 10px;
top: 70px;
right: 10px;
width: 250px;
background: rgba(0, 0, 0, 0.85);