mirror of
https://github.com/mark-when/obsidian-plugin.git
synced 2026-07-22 10:10:27 +00:00
23 lines
No EOL
386 B
CSS
23 lines
No EOL
386 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.
|
|
|
|
*/
|
|
|
|
.workspace-leaf-content .markwhen-view {
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.markwhenEditor {
|
|
max-width: var(--file-line-width);
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.mw-hidden {
|
|
display: none !important;
|
|
} |