mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 05:39:11 +00:00
Fix loading spinner visibility by using contrasting background color
Fix code formating of Khoj chat view in Obsidian
This commit is contained in:
@@ -579,7 +579,8 @@ export class KhojChatView extends KhojPaneView {
|
||||
return;
|
||||
});
|
||||
editConversationTitleInputBoxEl.remove();
|
||||
}});
|
||||
}
|
||||
});
|
||||
editConversationTitleInputBoxEl.appendChild(editConversationTitleSaveButtonEl);
|
||||
conversationMenuEl.appendChild(editConversationTitleInputBoxEl);
|
||||
});
|
||||
|
||||
@@ -555,7 +555,7 @@ img.copy-icon {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: var(--main-text-color);
|
||||
background: var(--color-base-70);
|
||||
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
||||
}
|
||||
.lds-ellipsis div:nth-child(1) {
|
||||
|
||||
Reference in New Issue
Block a user