Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile display improvements #235

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
basic stacked map/table
  • Loading branch information
gregdev committed Feb 10, 2024
commit 824cd7b6a2cd735ad701f0e460827660b84f7aa6
16 changes: 16 additions & 0 deletions public_html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1068,3 +1068,19 @@ input.error {
.ui-resizable {
min-width: 400px;
}

@media (max-width: 1024px) {
#sidebar_container {
width: 50%;
}
}

@media (max-width: 800px) {
#layout_container {
flex-direction: column;
}

#sidebar_container {
width: 100%;
}
}