mirror of
https://github.com/m7mdisk/obsidian-gpt.git
synced 2026-07-22 07:40:25 +00:00
18 lines
261 B
CSS
18 lines
261 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.
|
|
|
|
*/
|
|
|
|
.prompt_in {
|
|
width: 100%;
|
|
resize: vertical;
|
|
}
|
|
|
|
.answer {
|
|
margin-top: 20px;
|
|
height: 250px;
|
|
}
|