mark-when_obsidian-plugin/styles.css

23 lines
386 B
CSS
Raw Permalink Normal View History

2023-08-09 08:35:03 +00:00
/*
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.
*/
2023-09-14 19:27:22 +00:00
2024-05-04 08:56:12 +00:00
.workspace-leaf-content .markwhen-view {
2023-09-14 19:27:22 +00:00
padding: 0;
overflow: hidden;
2023-10-09 17:39:20 +00:00
}
.markwhenEditor {
max-width: var(--file-line-width);
margin-left: auto;
margin-right: auto;
2024-04-27 23:08:52 +00:00
}
.mw-hidden {
display: none !important;
2023-09-14 19:27:22 +00:00
}