Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Last active October 21, 2015 14:04
Show Gist options
  • Save rummelonp/9152840 to your computer and use it in GitHub Desktop.
Save rummelonp/9152840 to your computer and use it in GitHub Desktop.
チャワをいい感じにするやつ
._message .chatTimeLineMessageInner {
padding: 5px 10px;
}
._message[data-deleted="1"] .chatTimeLineMessageInner {
border: none;
padding: 0 10px ;
}
._message[data-deleted="1"] .messegeDelete {
display: none;
}
._message[data-deleted="1"] .timeStamp {
display: none;
}
._room {
height: 28px;
min-height: 28px;
padding: 5px 10px 0;
}
._room .chatListMeta {
left: 40px;
}
._room .chatListMeta .chatListTitleArea {
height: 22px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
._room .chatListMeta .incomplete {
position: absolute;
right: 15px;
top: 4px;
}
._room .chatListPin {
right: 4px;
top: 7px;
}
._room .roomIcon, ._room .roomIcon .avatarMedium {
height: 24px;
width: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment