Currently 621 shows 3 posts per row on mobile layout. Is their any way (like a tampermonkey script or custom css) to make it show only 2?
Posted under e621 Tools and Applications
Currently 621 shows 3 posts per row on mobile layout. Is their any way (like a tampermonkey script or custom css) to make it show only 2?
laurdin said:
Currently 621 shows 3 posts per row on mobile layout. Is their any way (like a tampermonkey script or custom css) to make it show only 2?
Yes.
section.posts-container { grid-template-columns: repeat(2,1fr); }
dba_afish said:
section.posts-container { grid-template-columns: repeat(2,1fr); }
Damn, been looking for this forever and you just up and did it. Thanks!!