Fix minor issue

dev
peshomir 2022-12-26 00:19:37 +02:00
parent 489e6c899a
commit 0dafd14765
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@
border-width: calc(0.2*(1vw+1vh+4));
font-size: 20px;
font-size: calc(14px + (0.6*(1vw+1vh+4)));
max-height: 90%;
overflow: auto;
transition: 0.2s;
}
.window button, .window input {