update prompt input view style

This commit is contained in:
duanfuxiang
2025-04-22 22:10:22 +08:00
parent d521184945
commit c40c618311
4 changed files with 290 additions and 148 deletions

View File

@@ -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 {