Reduce height of web REPL loading message, to match loaded state

This commit is contained in:
Brian Carroll 2023-09-28 09:14:36 +01:00
parent 53406942c7
commit ed81414c5d
No known key found for this signature in database
GPG Key ID: 5C7B2EC4101703C0

View File

@ -73,7 +73,8 @@ li {
}
#loading-message {
margin: 40% 10%;
text-align: center;
height: 96px; /* approximately match height after loading and printing help message */
}
.history-item {