mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 13:26:13 +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;
|
return;
|
||||||
});
|
});
|
||||||
editConversationTitleInputBoxEl.remove();
|
editConversationTitleInputBoxEl.remove();
|
||||||
}});
|
}
|
||||||
|
});
|
||||||
editConversationTitleInputBoxEl.appendChild(editConversationTitleSaveButtonEl);
|
editConversationTitleInputBoxEl.appendChild(editConversationTitleSaveButtonEl);
|
||||||
conversationMenuEl.appendChild(editConversationTitleInputBoxEl);
|
conversationMenuEl.appendChild(editConversationTitleInputBoxEl);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -555,7 +555,7 @@ img.copy-icon {
|
|||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--main-text-color);
|
background: var(--color-base-70);
|
||||||
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
||||||
}
|
}
|
||||||
.lds-ellipsis div:nth-child(1) {
|
.lds-ellipsis div:nth-child(1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user