如何从所有主题中删除底部栏

How do I remove the bar that is down there :point_down:

Or :arrow_up:

Hide it with CSS:

.topic-map {
    display:none;
}
5 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.