U
ust
Guest
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...