XF 2.3 radius node category

Old Nick

Well-known member
Hello,
I increased radius globally:

1724200868218.webp

But for all node categories on forum list page i get a little issue, the border bottom left radius is well rendered but right one... nope...

Left

Capture d'écran 2024-08-21 004311.webp

Right:

Capture d'écran 2024-08-21 004321.webp

Bug or i missed something?
Thanks.
 
Hmm... That's not because i changed the radius, this is caused by this Less code:
Less:
@media (min-width: @xf-responsiveNarrow) {
    .node-stats {display: none;}
    .node-extra {
        width: 45%;
        background: @xf-inputBgColor;
    }
}

Someone can explain this?
 
Back
Top Bottom