diff --git a/app/static/base.css b/app/static/base.css
index 97e77a5..c51c02f 100644
--- a/app/static/base.css
+++ b/app/static/base.css
@@ -1542,7 +1542,7 @@ main {
.navbar-nav.ms-auto { flex: 0 0 auto; }
/* Allow wrapping to a second row on tighter widths (desktop too) */
-.navbar-nav { flex-wrap: wrap; row-gap: 0.25rem; column-gap: 0.25rem; }
+.navbar-nav { flex-wrap: wrap; row-gap: 0.25rem; column-gap: 0.25rem; background-color: white; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px;}
.navbar-nav .nav-item { flex: 0 1 auto; min-width: 0; }
/* body attribute now handled by CSS vars above */
diff --git a/app/static/mobile.css b/app/static/mobile.css
index 73fcd88..b4b9b70 100644
--- a/app/static/mobile.css
+++ b/app/static/mobile.css
@@ -568,7 +568,7 @@
}
.mobile-btn {
- width: 100%;
+ width: auto;
margin-bottom: 0.75rem;
padding: 1rem 1.5rem;
font-size: 1rem;
diff --git a/app/templates/base.html b/app/templates/base.html
index 88fadb0..98e3923 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -23,6 +23,12 @@
+
+
+
+
+
+
diff --git a/app/templates/tasks/list.html b/app/templates/tasks/list.html
index e147e94..d88a0a3 100644
--- a/app/templates/tasks/list.html
+++ b/app/templates/tasks/list.html
@@ -107,7 +107,7 @@
{{ _('Filter Tasks') }}
-