Make pixeldrain more round

This commit is contained in:
2021-08-17 18:02:46 +02:00
parent a7bf875dcc
commit 05d477d53b
8 changed files with 45 additions and 35 deletions

View File

@@ -520,7 +520,7 @@ const keydown = (e) => {
min-width: 250px;
max-width: 400px;
margin: 10px !important;
border-radius: 5px;
border-radius: 32px;
font-size: 1.8em;
}
.instruction {

View File

@@ -83,6 +83,8 @@ const keydown = e => {
left: 50%;
transform: translate(-50%, -20%);
padding: 0;
border-radius: 8px;
overflow: hidden;
box-sizing: border-box;
text-align: left;
box-shadow: var(--shadow_color) 0px 0px 50px;