mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +00:00
Make Title, Chat Footer Icons larger to ease click, tap on Mobile
This commit is contained in:
@@ -66,7 +66,6 @@ div.chatLayout {
|
||||
|
||||
div.chatBox {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.titleBar {
|
||||
@@ -101,6 +100,7 @@ div.sidePanel {
|
||||
|
||||
div.chatBox {
|
||||
padding: 0;
|
||||
height: min-content;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,6 +120,7 @@ div.sidePanel {
|
||||
|
||||
div.chatBox {
|
||||
padding: 0;
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
div.chatLayout {
|
||||
@@ -130,5 +131,4 @@ div.sidePanel {
|
||||
div.homeGreetings {
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user