mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
16 lines
289 B
CSS
16 lines
289 B
CSS
.avatar-plugin--float-right {
|
|
float: right;
|
|
}
|
|
|
|
.markdown-preview-view .avatar-view {
|
|
margin-block-start: var(--p-spacing);
|
|
margin-block-end: var(--p-spacing);
|
|
}
|
|
|
|
.avatar-plugin--md > *:first-child {
|
|
margin-block-start: 0;
|
|
}
|
|
|
|
.avatar-plugin--md > *:last-child {
|
|
margin-block-end: 0;
|
|
}
|