aidantilgner_AutogenObsidia.../styles.css

20 lines
No EOL
370 B
CSS

/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.modal-button-container {
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
gap: 10px;
}
.autogen-systemprompt-textarea {
width: 100%;
height: 200px;
}