![]() |
|
#1
|
||||
|
||||
|
Noticed this little design flaw while testing a couple of things out in the Arcade
![]() If the user has an avatar larger/wider than the sidebar is, it overflows off the side of the screen. To fix this, in v3ARCADE_MAIN, I changed this: [HTML]<a href="{vb:link member, {vb:raw bbuserinfo}}<vb:if condition="$vboptions['friendlyurl'] < 3">&<vb:else />?</vb:if>tab=v3arcade_stats"><img class="v3_gameicon" src="{vb:raw player.avatarurl}" alt="" border="0" /></a> [/HTML] To this: [HTML]<a href="{vb:link member, {vb:raw bbuserinfo}}<vb:if condition="$vboptions['friendlyurl'] < 3">&<vb:else />?</vb:if>tab=v3arcade_stats"><img class="v3_gameicon" src="{vb:raw player.avatarurl}" alt="" width="95%" border="0" /></a> [/HTML] Looks much better (when a member has a large avatar anyway) Screenshots attached...
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|