mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Use Khoj Logo on Search, Chat pages of Web Interface
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<body>
|
||||
<!-- Chat Header -->
|
||||
<h1>
|
||||
<img class="khoj-logo" src="static/assets/icons/logotype.svg" alt="Khoj"></img>
|
||||
<img class="khoj-logo" src="static/assets/icons/khoj-logo-sideways.svg" alt="Khoj"></img>
|
||||
</h1>
|
||||
|
||||
<!-- Chat Body -->
|
||||
@@ -143,11 +143,11 @@
|
||||
margin: 10px;
|
||||
}
|
||||
h1 {
|
||||
margin: 16px 0;
|
||||
margin: 8px 0;
|
||||
padding: 0;
|
||||
}
|
||||
img.khoj-logo {
|
||||
width: min(60vw, 100px);
|
||||
width: min(60vw, 150px);
|
||||
}
|
||||
|
||||
#chat-body {
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
|
||||
<body>
|
||||
<h1>
|
||||
<img class="khoj-logo" src="static/assets/icons/logotype.svg" alt="Khoj"></img>
|
||||
<img class="khoj-logo" src="static/assets/icons/khoj-logo-sideways.svg" alt="Khoj"></img>
|
||||
</h1>
|
||||
|
||||
<!--Add Text Box To Enter Query, Trigger Incremental Search OnChange -->
|
||||
@@ -249,11 +249,11 @@
|
||||
margin: 10px;
|
||||
}
|
||||
h1 {
|
||||
margin: 16px 0 0 0;
|
||||
margin: 8px 0;
|
||||
padding: 0;
|
||||
}
|
||||
img.khoj-logo {
|
||||
width: min(60vw, 100px);
|
||||
width: min(60vw, 150px);
|
||||
}
|
||||
|
||||
#options {
|
||||
|
||||
Reference in New Issue
Block a user