Open oandregal opened 6 years ago
@evilluendas could I summon your magic CSS skills to help me with this?
Unlike Calypso, we don't have the <HeaderCake>
component here. If this turns out not to be an easy fix I can look into pulling that component in.
The
<MessageForm>
component can have a back button and a title, like this:If you take a closer look, though, they aren't properly aligned.
How to test:
src/config/development.local.json
by changingcss_url
fromhttps://widgets.wp.com/happychat/
tohttp://localhost:9000/
. This tells Happychat to use the local CSS, not the one we distribute over our CDN.npm install && npm start
<MessageForm>
component.