mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-24 07:55:07 +01:00
Match spacing of navigation header pane in config vs search/chat pages
This commit is contained in:
parent
2e3a4a6a9b
commit
7ac5a4766d
2 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue