We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60989d8 commit fead038Copy full SHA for fead038
css/message.css
@@ -11,6 +11,12 @@
11
z-index: 1;
12
opacity: 0;
13
transition-duration: 0.5s;
14
+ display: block;
15
+}
16
+
17
+.message-media {
18
+ background-color: transparent;
19
+ padding: 0;
20
}
21
22
.message-sender {
@@ -39,11 +45,6 @@
39
45
pointer-events: none;
40
46
41
47
42
-.message-media {
43
- background-color: transparent;
44
- margin: 0;
-}
-
48
.message-content-partial {
49
margin: 0px;
50
0 commit comments