clairefro_obsidian-chat-cbt.../styles.css

34 lines
554 B
CSS

.chat-cbt-prompt-setting {
margin-bottom: 0;
flex-direction: column;
align-items: start;
gap: 1rem;
}
.chat-cbt-textarea-container {
width: 100%;
margin-top: 8px;
margin-bottom: 16px;
}
.chat-cbt-prompt-textarea {
width: 100% !important;
min-height: 150px !important;
resize: vertical !important;
padding: 1rem;
}
.chat-cbt-button-container {
width: 100%;
display: flex;
justify-content: flex-end;
margin-bottom: 16px;
}
.chat-cbt-prompt-setting .setting-item-control {
width: 100%;
}
.chat-cbt-reset-button-control {
padding: 0;
}