Ready?
@@ -31,5 +34,11 @@
grid-template-columns: 1fr 1fr;
grid-gap: 12px;
}
+
+ @media screen and (max-width: 600px) {
+ header {
+ grid-template-columns: 1fr;
+ }
+ }
diff --git a/src/khoj/interface/web/config.html b/src/khoj/interface/web/config.html
index e6b2c9c4..62f2c642 100644
--- a/src/khoj/interface/web/config.html
+++ b/src/khoj/interface/web/config.html
@@ -14,11 +14,16 @@
+
Processors
+
Finalize
+
+
{% endblock %}
diff --git a/src/khoj/routers/web_client.py b/src/khoj/routers/web_client.py
index 0a64efc7..7b3ae778 100644
--- a/src/khoj/routers/web_client.py
+++ b/src/khoj/routers/web_client.py
@@ -18,7 +18,7 @@ logger = logging.getLogger("khoj")
web_client = APIRouter()
templates = Jinja2Templates(directory=constants.web_directory)
-VALID_CONTENT_TYPES = ["org", "ledger", "image", "music", "markdown", "pdf"]
+VALID_CONTENT_TYPES = ["org", "ledger", "music", "markdown", "pdf"]
# Create Routes