Skip to content

Commit dd4617a

Browse files
committed
bring back small avatars for info msgs otherwise the design breaks
1 parent 64dedef commit dd4617a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/skins/vector/css/matrix-react-sdk/views/rooms/EventTile.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636

3737
.mx_EventTile.mx_EventTile_info .mx_EventTile_avatar {
3838
top: 8px;
39-
left: 44px;
39+
left: 65px;
4040
}
4141

4242
.mx_EventTile_continuation {
@@ -87,6 +87,10 @@ limitations under the License.
8787
line-height: 22px;
8888
}
8989

90+
.mx_EventTile_info .mx_EventTile_line {
91+
padding-left: 83px;
92+
}
93+
9094
/* HACK to override line-height which is already marked important elsewhere */
9195
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
9296
font-size: 48px ! important;

0 commit comments

Comments
 (0)