mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: style issue of built in img macros
This commit is contained in:
@@ -10,6 +10,15 @@
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
||||
/* FIXME: img macros */
|
||||
&.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
&.right {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user