mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 22:21:45 +08:00
28 lines
366 B
CSS
28 lines
366 B
CSS
.offTopic {
|
|
height: 100%;
|
|
}
|
|
|
|
.offTopicLabel {
|
|
padding: 10px 20px;
|
|
display: block;
|
|
}
|
|
|
|
.tag {
|
|
background: #3D73D5;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: white;
|
|
display: inline-block;
|
|
margin: 0px 5px;
|
|
padding: 5px 5px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.viewingOption {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
:global(.coral-plugin-off-topic-comment) {
|
|
display: none;
|
|
}
|