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 64dedef commit dd4617aCopy full SHA for dd4617a
src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css
@@ -36,7 +36,7 @@ limitations under the License.
36
37
.mx_EventTile.mx_EventTile_info .mx_EventTile_avatar {
38
top: 8px;
39
- left: 44px;
+ left: 65px;
40
}
41
42
.mx_EventTile_continuation {
@@ -87,6 +87,10 @@ limitations under the License.
87
line-height: 22px;
88
89
90
+.mx_EventTile_info .mx_EventTile_line {
91
+ padding-left: 83px;
92
+}
93
+
94
/* HACK to override line-height which is already marked important elsewhere */
95
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
96
font-size: 48px ! important;
0 commit comments