From d292dc03b3ae82bf270546a9ba3b45ba91c32363 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 20 Jun 2023 00:48:32 -0700 Subject: [PATCH] Use new Khoj Logotype in Web interface --- src/khoj/interface/web/assets/icons/logotype.svg | 1 + src/khoj/interface/web/chat.html | 11 ++++++++--- src/khoj/interface/web/index.html | 15 ++++++++++----- 3 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 src/khoj/interface/web/assets/icons/logotype.svg diff --git a/src/khoj/interface/web/assets/icons/logotype.svg b/src/khoj/interface/web/assets/icons/logotype.svg new file mode 100644 index 00000000..397deceb --- /dev/null +++ b/src/khoj/interface/web/assets/icons/logotype.svg @@ -0,0 +1 @@ +logotype diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index 6a5e8daf..ed9d7d03 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -104,7 +104,9 @@ -

Khoj

+

+ +

@@ -137,8 +139,11 @@ margin: 10px; } h1 { - font-weight: 200; - color: #017eff; + margin: 16px 0; + padding: 0; + } + img.khoj-logo { + width: min(60vw, 100px); } #chat-body { diff --git a/src/khoj/interface/web/index.html b/src/khoj/interface/web/index.html index 51412d75..c0e9f114 100644 --- a/src/khoj/interface/web/index.html +++ b/src/khoj/interface/web/index.html @@ -188,7 +188,9 @@ -

Khoj

+

+ +

@@ -202,7 +204,7 @@ - +
@@ -247,8 +249,11 @@ margin: 10px; } h1 { - font-weight: 200; - color: #017eff; + margin: 16px 0 0 0; + padding: 0; + } + img.khoj-logo { + width: min(60vw, 100px); } #options { @@ -301,7 +306,7 @@ text-align: left; white-space: pre-line; } - #results-markdown, #results-github { + #results-markdown, #results-github { text-align: left; } #results-music,