如何设置可以用于标记的选项?

@Rahim123 This should be resolvable through custom CSS.

I’d expect something like the following should work fine;

.controls.off_topic {
    display: none !important;
}
1 个赞