mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
namespace global css
This commit is contained in:
parent
44c2833527
commit
6277c017ab
2 changed files with 3 additions and 19 deletions
|
|
@ -102,7 +102,7 @@
|
|||
bind:textContent={state.description}
|
||||
></span>
|
||||
<span
|
||||
class="md-preview"
|
||||
class="avatar-plugin--md-preview"
|
||||
hidden={editMode}
|
||||
bind:this={descriptionPreviewEl}
|
||||
data-placeholder="Write your story..."
|
||||
|
|
|
|||
20
styles.css
20
styles.css
|
|
@ -1,23 +1,7 @@
|
|||
.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 {
|
||||
.avatar-plugin--float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.md-preview > * {
|
||||
.avatar-plugin--md-preview > * {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue