XenForo Target widget only in full style

O

Old Nick

Guest
Hello, i want to customize all widgets in full style <xf:if is="$style == 'full'">
I use this currently
Less:

Code:
.block [data-widget-key] {
    .block-container {
        selector: variable;
    }
}
But this code impact widgets on sidebar too, how to target only widget in full style?

Thanks.

Continue reading...