obsidian-desci_Obsidian-Desci/styles.css
Taylor Hulsmans 2033373495 view molecule
2023-11-12 15:54:32 -08:00

24 lines
No EOL
359 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.
*/
div[data-path^="sdf"]{
color: #9999996e;
display: flex;
}
div[data-path*="sdf"]{
color: #9999996e;
display: flex;
}
.molecule-viewer {
display: flex;
width: 100vh;
height: 100vh;
}