creaky

Customer
With XF1 you had an option to put the users stats in a box, can't remember what it was called though, as per the screenshot.
Is this available for XF2?

Capture.PNG
 

Russ

Pixel Exit Staff
Not built in yet, you could use something like this in extra.less:

Code:
.message-userExtras {
    display: flex;
    justify-content: space-between;
    dl.pairs.pairs--justified
    {
        padding: 2px 10px;
        text-align: center;
        border: 1px solid @xf-borderColor;
        *
        {
            margin: 0 auto;
            paddingw: 0;
            float: none;
            text-align: center;
        }
        dt:after
        {
            display: none;
        }
    }
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.