syndicate-2017/examples/webchat/htdocs/style.css

22 lines
302 B
CSS

template {
display: none !important;
}
span#request-count {
background: red;
color: white;
padding: 0em 0.25em;
border-radius: 4px;
}
span#request-count.count0 {
display: none;
}
span#request-count-plural.count1 {
display: none;
}
img.avatar {
border-radius: 24px;
}