Post return messages

This commit is contained in:
Frank
2026-01-08 11:41:46 +01:00
parent f5aabafcc5
commit e54c870f05
3 changed files with 27 additions and 3 deletions

View File

@@ -29,8 +29,11 @@ body {
div#game-timer {
position: fixed;
top: 20px;
left: 20px;
top: 0;
left: 0;
width: 100%;
padding: 20px;
background-color: #000;
color: #F00;
font-size: 28px;
z-index: 100;
@@ -38,7 +41,7 @@ div#game-timer {
div#message-container {
padding: 20px;
padding-top: 60px; /* Space for fixed timer */
padding-top: 80px; /* Space for fixed timer */
display: flex;
flex-direction: column;
justify-content: flex-end;
@@ -49,6 +52,7 @@ div#message-container {
div.message {
color: #C0C0C0;
white-space: pre-wrap;
}
div#input {