Don't reset time in link expander and hide time with css

This commit is contained in:
Pavel Djundik 2016-03-25 16:43:30 +02:00 committed by Maxime Poulin
parent 6b2ebd790d
commit 3fc7036d32
2 changed files with 4 additions and 1 deletions

View File

@ -868,6 +868,10 @@ button,
color: #f00;
}
#chat .msg.toggle .time {
visibility: hidden;
}
#chat .toggle-button {
background: #f5f5f5;
border-radius: 2px;

View File

@ -34,7 +34,6 @@ module.exports = function(irc, network) {
var msg = new Msg({
type: Msg.Type.TOGGLE,
time: ""
});
chan.messages.push(msg);
client.emit("msg", {