Don't reset time in link expander and hide time with css
This commit is contained in:
parent
6b2ebd790d
commit
3fc7036d32
@ -868,6 +868,10 @@ button,
|
|||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .msg.toggle .time {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .toggle-button {
|
#chat .toggle-button {
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
@ -34,7 +34,6 @@ module.exports = function(irc, network) {
|
|||||||
|
|
||||||
var msg = new Msg({
|
var msg = new Msg({
|
||||||
type: Msg.Type.TOGGLE,
|
type: Msg.Type.TOGGLE,
|
||||||
time: ""
|
|
||||||
});
|
});
|
||||||
chan.messages.push(msg);
|
chan.messages.push(msg);
|
||||||
client.emit("msg", {
|
client.emit("msg", {
|
||||||
|
Loading…
Reference in New Issue
Block a user