mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Use Khoj Logo on Search, Chat pages of Web Interface
This commit is contained in:
parent
6d4aad57e1
commit
d30a9ddd33
2 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue