small fixes

This commit is contained in:
2024-09-26 21:30:12 +02:00
parent abf562fd89
commit 07daa4a9cf
4 changed files with 7 additions and 4 deletions

View File

@ -27,6 +27,10 @@ span {
left: 15px;
}
.lil-gui.root > .title {
font-size: 1.5em;
}
.lil-gui .controller.disabled {
opacity: .8;
}
@ -51,6 +55,7 @@ canvas {
#messagesSpan div {
opacity: 0;
overflow: hidden;
user-select: none;
}
h1 {
@ -168,7 +173,6 @@ h1 {
.pause #pauseSpan {
display: flex;
position:absolute;
display: flex;
top: 0;
left: 0;
filter: blur(2px);
@ -181,4 +185,5 @@ h1 {
font-size: 20vh;
font-weight: 800;
letter-spacing: .1em;
user-select: none;
}