mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Add a search page that just renders truncated results when you click search
This commit is contained in:
12
src/interface/web/app/search/search.module.css
Normal file
12
src/interface/web/app/search/search.module.css
Normal file
@@ -0,0 +1,12 @@
|
||||
div.searchLayout {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
gap: 1rem;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
div.searchLayout {
|
||||
gap: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user