Remove .self hack on mobile

This commit is contained in:
Pavel Djundik 2018-06-24 10:33:01 +03:00
parent f572438f71
commit 3a26155fff
2 changed files with 0 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -358,15 +358,4 @@ body {
#chat .message .from .user::after {
content: ">";
}
/* expand self message background to edges of the screen */
#chat .self .time {
margin-left: -10px;
padding-left: 10px;
}
#chat .self {
margin: 0 -10px;
padding: 0 10px;
}
}