Rename copy-button to more general chat-action-button in Obsidian client

- Use 4 space indent of activateView function in pane_view component
This commit is contained in:
Debanjum Singh Solanky
2024-06-26 15:25:27 +05:30
parent 8c12a69570
commit afbeee9e82
4 changed files with 23 additions and 23 deletions

View File

@@ -477,7 +477,7 @@ span.khoj-nav-item-text {
}
/* Copy button */
button.copy-button {
button.chat-action-button {
display: block;
border-radius: 4px;
color: var(--text-muted);
@@ -491,22 +491,22 @@ button.copy-button {
margin-top: 8px;
float: right;
}
button.copy-button span {
button.chat-action-button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
button.chat-action-button:hover {
background-color: var(--background-modifier-active-hover);
color: var(--text-normal);
}
img.copy-icon {
width: 16px;
height: 16px;
}
button.copy-button:hover {
background-color: var(--background-modifier-active-hover);
color: var(--text-normal);
}
/* Loading Spinner */
.lds-ellipsis {
display: inline-block;