ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,116
- Points
- 823
Reputation:
In sidebars the avatar size is intended to be 2/3 of the normal size.
Due to the fact that css computations in 2.3 have to be surrounded by parentheses this fails for e.g.the visitor panel in the sidebars.
The bug is in app_body.less:
Read more
Continue reading...
Due to the fact that css computations in 2.3 have to be surrounded by parentheses this fails for e.g.the visitor panel in the sidebars.
The bug is in app_body.less:
.p-body-sidebar
{
display: table-cell;
vertical-align: top;
width: @xf-sidebarWidth;
.contentRow-figure .avatar--m
{
// make these avatars a bit smaller in the sidebar so the content has more space...
Click to expand...
Read more
Continue reading...