m7mdisk_obsidian-gpt/styles.css

19 lines
261 B
CSS
Raw Permalink Normal View History

2023-03-10 08:04:38 +00:00
/*
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.
*/
2023-03-10 15:11:18 +00:00
.prompt_in {
width: 100%;
resize: vertical;
}
.answer {
margin-top: 20px;
height: 250px;
}