Makes deviantart.com look less terrible
< Feedback on Deviantart V7 (pre eclipse) theme beta
just wanted to point out a small fix, the a.user-link img section in the code should be changed to what is shown below, to adjust the width automatically:
a.user-link img
a.user-link img { max-height:50px; width:auto; margin-right:8px; margin-bottom:2px; border-radius:0 }
This is because on the current version, new (Eclipse-themed) group pages have the icon instead cropped to square as the size is fixed to 50x50px.
Awesome job otherwise on recreating the style, the profile styling in particular looks very accurate in my opinion. :)
Sign in to post a reply.
just wanted to point out a small fix, the
a.user-link img
section in the code should be changed to what is shown below, to adjust the width automatically:This is because on the current version, new (Eclipse-themed) group pages have the icon instead cropped to square as the size is fixed to 50x50px.
Awesome job otherwise on recreating the style, the profile styling in particular looks very accurate in my opinion. :)