mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Match spacing of navigation header pane in config vs search/chat pages
This commit is contained in:
@@ -146,9 +146,9 @@ img.circle {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
vertical-align: text-top;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.khoj-nav-dropdown-content {
|
||||
display: block;
|
||||
|
||||
@@ -38,6 +38,14 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1fr min(70vw, 100%) 1fr;
|
||||
}
|
||||
.khoj-header {
|
||||
padding: 14px 0;
|
||||
}
|
||||
img.circle {
|
||||
width: 49px;
|
||||
height: 49px;
|
||||
}
|
||||
|
||||
.page {
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
@@ -263,6 +271,9 @@
|
||||
div.khoj-header-wrapper{
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
div.khoj-header {
|
||||
padding: 14px 10px;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user