mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
use no margin top on preview mode
This commit is contained in:
parent
4e4179f058
commit
44c2833527
1 changed files with 4 additions and 0 deletions
|
|
@ -17,3 +17,7 @@
|
|||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.md-preview > * {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue