mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Merge pull request #1843 from thelounge/astorije/time-status-mobile
Add missing time (and icon) of status messages on mobile
This commit is contained in:
commit
ada870e959
1 changed files with 2 additions and 2 deletions
|
@ -2264,8 +2264,8 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#chat .condensed .time,
|
||||
#chat .condensed .from {
|
||||
#chat .condensed-summary .time,
|
||||
#chat .condensed-summary .from {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue