mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:18:32 +08:00
28 lines
367 B
CSS
28 lines
367 B
CSS
.offTopic {
|
|
height: 100%;
|
|
}
|
|
|
|
.offTopicLabel {
|
|
padding: 10px 20px;
|
|
display: block;
|
|
}
|
|
|
|
.tag {
|
|
background: #D2D7D3;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: #4A4A4A;
|
|
display: inline-block;
|
|
margin: 0px 5px;
|
|
padding: 5px 5px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.viewingOption {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
:global(.talk-plugin-off-topic-comment) {
|
|
display: none;
|
|
}
|