minor mobile improvement

This commit is contained in:
Robin Appelman 2025-10-06 21:54:21 +02:00
commit 20060fefe0
2 changed files with 27 additions and 1 deletions

View file

@ -12,6 +12,25 @@
}
}
@media (max-width: 450px) {
#elements {
thead {
display: none !important;
}
td {
display: inline-block !important;
width: auto;
}
tbody td:first-child {
width: 95%;
input[type="text"] {
width: 100%;
}
}
}
}
body {
margin: 1em auto;
max-width: 800px;
@ -36,7 +55,7 @@ input {
padding: 0 5px;
}
.pos input {
.pos input, .size input {
width: 60px;
}