mirror of
https://github.com/land0r/obsidian-flowchart-plugin.git
synced 2026-07-22 11:30:23 +00:00
18 lines
313 B
CSS
18 lines
313 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.
|
|
|
|
*/
|
|
|
|
.obsidian-flowchart-container svg {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.vertical-tab-content .theme-notice {
|
|
font-size: 14px;
|
|
margin-bottom: 20px;
|
|
}
|