mirror of
https://github.com/clairefro/obsidian-chat-cbt-plugin.git
synced 2026-07-22 09:00:28 +00:00
34 lines
554 B
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;
|
|
}
|