mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
23 lines
294 B
CSS
23 lines
294 B
CSS
.show-in-source-view {
|
|
display: none;
|
|
}
|
|
|
|
.markdown-source-view > .show-in-source-view {
|
|
display: initial;
|
|
}
|
|
|
|
.show-in-reading-view {
|
|
display: none;
|
|
}
|
|
|
|
.markdown-reading-view > .show-in-reading-view {
|
|
display: initial;
|
|
}
|
|
|
|
.float-right {
|
|
float: right;
|
|
}
|
|
|
|
.md-preview > * {
|
|
margin-top: 0;
|
|
}
|