Sometimes I wish you had a PayPal donate button on profile page, so I could send a small donation for the help you guys give.
Why don't you have a PayPal donate button on your profile page?
80ca5f46-d581-46f5-ad9a-3356005f873d-image.png
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 yet
Because 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;
}