Fixed Sidebar Property "bug"

Russ

Well-known member
Slight wording error, I'm assuming there was at one time a thought for a style property to control the avatar size in the sidebar.

bug2.webp

@visitorPanelAvatarSize doesn't exist, instead the image can take an adjusted width and height on the screen above(50px/50px)
Actual css used:
Code:
    .sidebar .visitorPanel .avatar img
     {
       width: @visitorPanelAvatar.width;
       height: @visitorPanelAvatar.height;
     }

Sorry for reporting such a minor detail :D
 
Top Bottom