diff --git a/client/css/style.css b/client/css/style.css index 6844fc9e..934f3205 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -837,6 +837,10 @@ kbd { display: none; } +#chat .condensed .time { + visibility: hidden; +} + #windows .header .topic, .messages .msg, .sidebar { @@ -2043,6 +2047,11 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ padding: 0; } + #chat .condensed .time, + #chat .condensed .from { + display: none; + } + #chat .date-marker, #chat .unread-marker { margin: 0; @@ -2181,7 +2190,3 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ #chat table.channel-list .topic { white-space: pre-wrap; } - -.hide-text { - color: transparent !important; -} diff --git a/client/views/msg_condensed.tpl b/client/views/msg_condensed.tpl index 914ef27c..e2becd66 100644 --- a/client/views/msg_condensed.tpl +++ b/client/views/msg_condensed.tpl @@ -1,5 +1,5 @@ -
- {{tz time}} +
+ {{tz time}}