land0r_obsidian-flowchart-p.../styles.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;
}