obsidian-desci_Obsidian-Desci/styles.css
Taylor Hulsmans fb455e2b2b web3modal
2023-11-15 15:16:10 -08:00

25 lines
No EOL
360 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;
}