From bb613a8e1dd7f6a3a16a53d8ef93456306620f84 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 25 Feb 2024 14:40:58 +0530 Subject: [PATCH] Make indentation styling more compact on Obsidian client --- src/interface/obsidian/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/interface/obsidian/styles.css b/src/interface/obsidian/styles.css index 3250ecc8..67154035 100644 --- a/src/interface/obsidian/styles.css +++ b/src/interface/obsidian/styles.css @@ -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); }