diff --git a/static/css/app.css b/static/css/app.css
index b45a46c..f48c9ae 100644
--- a/static/css/app.css
+++ b/static/css/app.css
@@ -914,7 +914,9 @@ a:hover {
--sidebar-width: 0;
}
- .app-layout {
+ /* Override both app-layout variants to use single column */
+ .app-layout,
+ .app-layout.detail-closed {
grid-template-columns: 1fr;
}
diff --git a/templates/base.html b/templates/base.html
index 70199b2..40c6495 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,7 +10,7 @@
-
+
{% block extra_css %}{% endblock %}