add key short in edit inline
This commit is contained in:
20
styles.css
20
styles.css
@@ -1431,7 +1431,7 @@ input[type='text'].infio-chat-list-dropdown-item-title-input {
|
||||
}
|
||||
|
||||
.infio-ai-block-container {
|
||||
background: var(--background-secondary-alt);
|
||||
background: var(--background-secondary);
|
||||
border-radius: 4px;
|
||||
padding: 0px;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
@@ -1443,11 +1443,11 @@ input[type='text'].infio-chat-list-dropdown-item-title-input {
|
||||
}
|
||||
|
||||
.infio-ai-block-content {
|
||||
width: 80%;
|
||||
width: 100%;
|
||||
background: transparent;
|
||||
border: none !important;
|
||||
padding: 8px;
|
||||
padding-right: 40px;
|
||||
padding-right: 20px;
|
||||
height: 60px;
|
||||
resize: none;
|
||||
color: var(--text-normal);
|
||||
@@ -1462,6 +1462,10 @@ input[type='text'].infio-chat-list-dropdown-item-title-input {
|
||||
}
|
||||
}
|
||||
|
||||
.infio-ai-block-content::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.infio-ai-block-close-button {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
@@ -1655,6 +1659,14 @@ select.infio-ai-block-model-select::-ms-expand {
|
||||
}
|
||||
}
|
||||
|
||||
.infio-approve-button {
|
||||
background: rgba(var(--color-green-rgb), 0.7);
|
||||
}
|
||||
|
||||
.infio-reject-button {
|
||||
background: rgba(var(--color-red-rgb), 0.7);
|
||||
}
|
||||
|
||||
.infio-accept {
|
||||
background: rgba(var(--color-green-rgb), 0.7);
|
||||
box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
|
||||
@@ -1673,10 +1685,12 @@ select.infio-ai-block-model-select::-ms-expand {
|
||||
}
|
||||
|
||||
.view-actions {
|
||||
gap: 2px;
|
||||
button {
|
||||
color: var(--text-normal);
|
||||
font-weight: var(--font-medium);
|
||||
gap: 2px;
|
||||
border-radius: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user