Keep rects as ordered list of size → rects

This commit is contained in:
heyarne 2022-01-01 18:46:11 +01:00
commit 81fa70698f
2 changed files with 25 additions and 20 deletions

View file

@ -39,6 +39,11 @@ text {
font: 12px sans-serif;
}
input[type=number] {
text-align: center;
padding: .3em;
}
.num-rects {
width: 4em;
}