mirror of
https://github.com/mossy1022/Smart-Memos.git
synced 2026-07-22 10:30:29 +00:00
18 lines
No EOL
268 B
CSS
18 lines
No EOL
268 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.
|
|
|
|
*/
|
|
|
|
.mermaid svg {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.text-box {
|
|
width: 350px;
|
|
height: 400px;
|
|
} |