Hi how can I disable cakeday from displaying on the card?
In core there is no way to hide this from appearing. The way to do this with this component though, would be to add some custom CSS to a separate component and target:
.d-user-card__cakeday {
display: none;
}
Hi, thanks I already did hide it via css in the same. Was wondering if it had an option to disable it, given my users got the wrong impression of what it was for. But thanks for the component, much appreciated.
The “Chat” button is the wrong size on the usercards. Reproduced on iPad mini 5th generation, both in Safari and DiscourseHub.
Edit: This was already reported before, but I forgot to search, thank you @Moin for pointing that out
This should be fixed here on Meta now, I applied a positioning fix yesterday… but let us know if the issue persists
Nice, thanks @awesomerobot .
Wait, is this no longer used in meta?
This has been turned off for now as we plan to merge this new usercard into core Discourse.