fix: limit image width

This commit is contained in:
Tienson Qin
2025-06-12 05:32:09 +08:00
parent 47cc2c998e
commit 51a93051bf
2 changed files with 90 additions and 93 deletions

View File

@@ -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"] {