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