mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Make indentation styling more compact on Obsidian client
This commit is contained in:
@@ -111,6 +111,14 @@ If your plugin does not need CSS, delete this file.
|
|||||||
transform: rotate(-60deg)
|
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 {
|
.option-enabled {
|
||||||
box-shadow: 0 0 12px rgb(119, 156, 46);
|
box-shadow: 0 0 12px rgb(119, 156, 46);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user