From c52ed333fa3aa7cf7fe9bc8b8f1f962316dc770b Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 30 Apr 2024 18:08:20 +0530 Subject: [PATCH] Make content, cards on config pages occupy the whole middle column - Make the config page content use the same top level 3-column layout as the khoj-header-wrapper This ensures the content is aligned with heading pane width - Let cards and other settings sections scale to the width of their grid element. This utilizes more of the screen space and does it consistently across the different settings pages --- src/khoj/interface/web/base_config.html | 10 ++++++---- src/khoj/interface/web/config.html | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index ccd301c7..5636eca1 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -24,9 +24,11 @@
-
+
+
{% block content %} {% endblock %} +