No, not specifically like that, although the question-and-answer plugin does something approximating this, where the post selected as the correct answer will be pinned under OP (It also appears in the regular flow of replies.)
Remove the padding on the mobile topic page
-
I want to remove the padding to make the <div> fill the screen
I tried to modify the CSS,i try.container{ padding-left: 0px; padding-right: 0px; }
have many try but all is this.Extra space, when sliding.Only on mobile phones
This issue occurs when swiping to the right
original:
After modification:
Current theme [email protected]
I checked the subject of the .less file, but I haven't found a way yetBecause need to browse comics, the extra space will be very uncomfortable (OCD)
-
@陈洁 do you want this just with images or with everything?
-
@陈洁 instead of changing the container padding, try setting a negative margin on the images:
.posts-list .posts-list-item .content img { margin-left: -15px; margin-right: -15px; }