improve UI

This commit is contained in:
biglyderv 2024-09-13 06:11:07 -04:00
parent 5ab4e05afe
commit cae503167f
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
4 changed files with 132 additions and 9 deletions

View file

@ -1,5 +1,6 @@
.message {
position: relative;
margin-bottom: -800px;
bottom: 800px;
width: 800px;
height: 800px;
@ -20,6 +21,11 @@
font-size: 50px;
}
.ui-text {
white-space: pre-wrap;
font-weight: bold;
padding: 10px;
}
#canvas {
width: 800px;
height: 800px;