Make indentation styling more compact on Obsidian client

This commit is contained in:
Debanjum Singh Solanky
2024-02-25 14:40:58 +05:30
parent 682b70011f
commit bb613a8e1d

View File

@@ -111,6 +111,14 @@ If your plugin does not need CSS, delete this file.
transform: rotate(-60deg)
}
.khoj-chat-message-text ul,
.khoj-chat-message-text ol {
margin: -20px 0 0;
}
.khoj-chat-message-text ol li {
white-space: normal;
}
.option-enabled {
box-shadow: 0 0 12px rgb(119, 156, 46);
}