Old Nick Well-known member Aug 21, 2024 #1 Hello, I increased radius globally: 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 Right: Bug or i missed something? Thanks.
Hello, I increased radius globally: 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 Right: Bug or i missed something? Thanks.
Old Nick Well-known member Aug 21, 2024 #2 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? Upvote 0 Downvote
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?
Old Nick Well-known member Aug 21, 2024 #3 LOL, it's just this line the problem: background: @xf-inputBgColor Why just changing the background triggers this radius problem? Upvote 0 Downvote
LOL, it's just this line the problem: background: @xf-inputBgColor Why just changing the background triggers this radius problem?