style changes
This commit is contained in:
parent
b5230aca42
commit
6bec10c31b
@ -1818,6 +1818,21 @@ footer {
|
||||
flex-direction: column;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
.ai-input-layout {
|
||||
gap: 0.75rem;
|
||||
flex-direction: column;
|
||||
}
|
||||
.ai-suggestions-section {
|
||||
flex: 0 0 auto;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
.ai-textarea-section {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
min-height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (width <= 640px) {
|
||||
@ -1951,9 +1966,7 @@ footer {
|
||||
.kb-entry .flex.gap-2 {
|
||||
gap: 0.5rem;
|
||||
}
|
||||
.ai-input-layout {
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
|
||||
.prompting-card {
|
||||
padding: 0.75rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user