tr4656 / SGUserstyle

A dark userstyle script for steamgifts.
GNU General Public License v2.0
0 stars 0 forks source link

Grid View has 4 per row instead of 5 #2

Closed tr4656 closed 11 years ago

tr4656 commented 11 years ago

Probably by minor padding.

tr4656 commented 11 years ago

Only on first page

dewa710 commented 11 years ago

i am using firefox for me the first page hast always 4 per row, but the others have 4 or 5 Screenshot

SquishedPotatoe commented 11 years ago

Here is what i did for this issue.

Changed .post .post { // border: 1px solid #292a2e !important; // border-bottom: 1px solid #292a2e !important; // background: #212121 !important; padding-left: 2px !important; }

Changed .post . right .post .right { background: #333; border: 1px solid #444 !important; border-radius: 5px 5px 5px 5px; padding: 4px !important; }

Removed second .post that contained. .post { margin-right: 0px !important;}

dewa710 commented 11 years ago

thank you SquishedPotatoe, your solution helped for both of my issues :)

SquishedPotatoe commented 11 years ago

I only use grid view so that works fine but if you like to use both a better solution would be.

Changed .post .post { border: 1px solid #292a2e !important; border-bottom: 1px solid #292a2e !important; background: #212121 !important; margin:1px -1px 1px -1px !important; }

Changed .post . right .post .right { background: #333; border: 1px solid #444 !important; border-radius: 5px 5px 5px 5px; }

Removed second .post that contained. .post { margin-right: 0px !important;}

tr4656 commented 11 years ago

Cool, that seemed to work Squashed Potatoe. Thanks a lot! I merged that in already/