Make it look slightly better on mobile again
This commit is contained in:
parent
b3b3a5b652
commit
c838fb12b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ dist/
|
||||
native/*
|
||||
node_modules/
|
||||
!native/route_search.cpp
|
||||
*.sh
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user