Skip to content

Commit 2635f1e

Browse files
committed
fix(style): images in content width 100%
1 parent 613e78a commit 2635f1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/rostra-web-ui/assets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,10 @@ img.u-userImage[loading="lazy"][src][width][height] {
538538

539539
.m-postView__content {
540540
position: relative;
541+
542+
& img {
543+
width: 100%;
544+
}
541545
}
542546

543547
/* Unexpanded (folded) reply-parent's should be truncated, so the response itself is uncluttered */

0 commit comments

Comments
 (0)