simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Use CSS media query to switch to single column on narrow screens #106

Closed simonw closed 3 years ago

simonw commented 3 years ago

So we don't get this:

SQL_Dashboard_and_API_for_merging_two_locations__and_resolving_the_associated_task__if_one_exists__·_Issue__544_·_CAVaccineInventory_vial
simonw commented 3 years ago

Extracting that CSS out of the inline styles will be nice too: https://github.com/simonw/django-sql-dashboard/blob/dd86c6247d4063f078332500e581d86abd048aa8/django_sql_dashboard/templates/django_sql_dashboard/dashboard.html#L100-L106