Remove .self hack on mobile
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 42 KiB |
@@ -358,15 +358,4 @@ body {
|
|||||||
#chat .message .from .user::after {
|
#chat .message .from .user::after {
|
||||||
content: ">";
|
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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user