Skip to content

Commit fead038

Browse files
committed
Fix some images displaying incorrectly
1 parent 60989d8 commit fead038

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css/message.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
z-index: 1;
1212
opacity: 0;
1313
transition-duration: 0.5s;
14+
display: block;
15+
}
16+
17+
.message-media {
18+
background-color: transparent;
19+
padding: 0;
1420
}
1521

1622
.message-sender {
@@ -39,11 +45,6 @@
3945
pointer-events: none;
4046
}
4147

42-
.message-media {
43-
background-color: transparent;
44-
margin: 0;
45-
}
46-
4748
.message-content-partial {
4849
margin: 0px;
4950
}

0 commit comments

Comments
 (0)