Fixed Add a top corner border radius to memberHeader-main

Matt C.

Well-known member
On the profile page, the memberHeader-main class is wrapped by the block-container which has a border-radius of 4px. The memberHeader-main class doesn't have a border-radius so it doesn't conform the border radius of the block container, which looks like this:

189369

But if you add border-radius: 4px 4px 0 0; to the memberHeader-main class, it will look like this:
189370
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.0.12).

Change log:
Add some block border radius to the member header block so that it fits within its parent block.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom