mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
fix: limit image width
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
@apply min-h-[24px] max-w-full whitespace-pre-wrap break-words cursor-text;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
||||
/* FIXME: img macros */
|
||||
|
||||
@@ -44,11 +43,6 @@
|
||||
@apply opacity-100;
|
||||
}
|
||||
}
|
||||
|
||||
> img {
|
||||
max-width: unset;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.draw [aria-labelledby="shapes-title"] {
|
||||
|
||||
Reference in New Issue
Block a user