diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 862d58ae..31e0a112 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -164,6 +164,7 @@ h2.tabs a:not(.selected) { font-weight: normal; color: #263B58; text-decoration: none; + margin-right: 0; } h2.tabs a:hover { text-decoration: underline; @@ -375,10 +376,23 @@ ul.umap-autocomplete { align-items: flex-end; margin-bottom: 1rem; } +@media all and (max-width: 640px) { + .table-header { + flex-direction: column; + align-items: center; + gap: 1rem; + } +} .table-header form { display: flex; align-items: flex-end; } +@media all and (max-width: 640px) { + .table-header form { + flex-direction: column; + align-items: center; + } +} .table-header form input { border: 2px solid #263B58; border-radius: 0; diff --git a/umap/templates/umap/user_dashboard.html b/umap/templates/umap/user_dashboard.html index d225ff8e..3b828740 100644 --- a/umap/templates/umap/user_dashboard.html +++ b/umap/templates/umap/user_dashboard.html @@ -18,11 +18,12 @@