Make it look slightly better on mobile again

This commit is contained in:
Martin Asprusten 2025-07-02 23:41:01 +02:00
parent b3b3a5b652
commit c838fb12b1
2 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ dist/
native/*
node_modules/
!native/route_search.cpp
*.sh

View File

@ -56,7 +56,7 @@ p {
}
table {
width: max(60vw, 800px);
width: min(92vw, 800px);
margin-left: auto;
margin-right: auto;
border: solid 1px;
@ -66,7 +66,7 @@ table {
th {
border: solid 1px;
width: max(15vw, 200px);
width: min(23vw, 200px);
}
td {
@ -79,7 +79,11 @@ td {
}
table {
width: max(30vw, 400px);
width: min(90vw, 400px);
}
th {
width: min(45vw, 200px);
}
#settings-div {