mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
11 lines
172 B
CSS
11 lines
172 B
CSS
.avatar-plugin--float-right {
|
|
float: right;
|
|
}
|
|
|
|
.avatar-plugin--md > *:first-child {
|
|
margin-block-start: 0;
|
|
}
|
|
|
|
.avatar-plugin--md > *:last-child {
|
|
margin-block-end: 0;
|
|
}
|