Litalino
Here is the link of a test discussion:
The h3 is enabled in normal post but not in blog.
Subarist Thank you for the info but since any custom css other than this one works, I suppose it's not reaching the limitation. 谢谢你的帮忙,但是只有这条css不起作用,其他的都可以。
Here is all my Custom Css for Blog:
/*blog 写文章隐藏*/
.BlogOverviewButtons{
display:none
}
/*blog css*/
.FlarumBlog-Article-Content-Edit-Button {
display: inline-block;
float: left
padding: 0 5em 0;
}
.FlarumBlog-Article-Content-Lists-Button{
display: inline-block;
float: left;
}
.BlogTaxonomiesContainer {
padding: 0 20px 20px;
display: grid;
grid-row-gap: 5px;
}
@media @phone {
.BlogTaxonomiesContainer {
display: grid;
grid-row-gap: 5px;
}
}
@media @phone {
.BlogSideWidget {
& h3 {
display: block;
}
}
}
And it seems like anything other than
@media @phone {
.BlogSideWidget {
& h3 {
display: block;
}
}
is working