mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Improve font size, spacing of conversation session on desktop app
This commit is contained in:
@@ -1892,7 +1892,7 @@
|
||||
div#new-conversation {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
font-size: large;
|
||||
font-size: medium;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid var(--main-text-color);
|
||||
margin: 8px 0;
|
||||
@@ -1910,7 +1910,7 @@
|
||||
border: 1px solid var(--main-text-color);
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
font-size: 14px;
|
||||
font-size: small;
|
||||
font-weight: 300;
|
||||
line-height: 1.5em;
|
||||
cursor: pointer;
|
||||
@@ -1918,7 +1918,6 @@
|
||||
text-align: left;
|
||||
display: flex;
|
||||
position: relative;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.three-dot-menu {
|
||||
|
||||
Reference in New Issue
Block a user