Number Input Field

This commit is contained in:
Neshura 2023-10-11 21:17:03 +02:00
parent 9dcc10a191
commit c7375caef1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
5 changed files with 58 additions and 10 deletions

View file

@ -36,7 +36,7 @@
.window {
display: grid;
grid-template-areas: "Nav Main";
grid-template-columns: 4rem calc(100% - 4rem);
grid-template-columns: 66px calc(100% - 66px);
box-sizing: border-box;
width: 100vw;
height: 100vh;