mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 15:40:17 +00:00
Remove .self hack on mobile
This commit is contained in:
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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user