Toggle chat session view on clicking the Obsidian chat sessions button

This commit is contained in:
Debanjum Singh Solanky
2024-05-30 13:47:26 +05:30
parent 275d4877a6
commit 2d010db83f
2 changed files with 7 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ If your plugin does not need CSS, delete this file.
.khoj-chat {
display: grid;
grid-template-rows: auto 1fr auto;
background: var(--background-primary);
color: var(--text-normal);
text-align: center;