Remove .self hack on mobile
This commit is contained in:
parent
f572438f71
commit
3a26155fff
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 42 KiB |
11
theme.css
11
theme.css
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue