update prompt input view style
This commit is contained in:
13
styles.css
13
styles.css
@@ -891,19 +891,6 @@ input[type='text'].infio-chat-list-dropdown-item-title-input {
|
||||
justify-content: space-between;
|
||||
gap: var(--size-4-1);
|
||||
width: 100%;
|
||||
|
||||
.infio-chat-template-menu-item-delete {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: var(--size-4-1);
|
||||
margin: calc(var(--size-4-1) * -1);
|
||||
opacity: 0.7;
|
||||
transition: opacity 0.2s;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.infio-chat-message-actions {
|
||||
|
||||
Reference in New Issue
Block a user