update
This commit is contained in:
35
styles.css
35
styles.css
@@ -457,6 +457,35 @@ button:not(.clickable-icon).infio-chat-list-dropdown {
|
||||
}
|
||||
}
|
||||
|
||||
/* Chat editing cancel button */
|
||||
.infio-chat-edit-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.infio-chat-edit-cancel-button {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
color: var(--text-muted);
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--background-modifier-hover) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Interactive States
|
||||
* - Hover and active states
|
||||
@@ -750,8 +779,9 @@ input[type='text'].infio-chat-list-dropdown-item-title-input {
|
||||
*/
|
||||
|
||||
.infio-chat-lexical-content-editable-root {
|
||||
min-height: 46px;
|
||||
max-height: 120px;
|
||||
min-height: 62px;
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.infio-chat-lexical-content-editable-root .mention {
|
||||
@@ -2389,4 +2419,3 @@ button.infio-chat-input-model-select {
|
||||
max-height: 80vh;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user