fix aspect ratio

This commit is contained in:
Reimar 2025-08-20 20:52:35 +02:00
parent 5520cd0142
commit 4087c6ade8
No known key found for this signature in database
GPG Key ID: 93549FA07F0AE268

View File

@ -53,9 +53,10 @@ section *:last-child {
flex: 1; flex: 1;
} }
canvas { #canvas-area {
background-color: black; background-color: black;
width: 100%; width: 480px;
height: 360px;
} }
#console { #console {