Before I can merge the css of frontend and editor, a few housekeeping tasks need to be completed:
-manually look at css resets - load normalize first-
remove duplicate css statements with postcss-discard-duplicates
-remove any border-box: box-sizing css from frontend and editor - is messing up width of components-
combine css in a bundle, by opening app/index.js and importing ./editor/index.css (frontend.js imports editor entry point)
and fix any css issues that occur from the above actions
Suggestions panel, when hidden, leaves a re-sizable blank panel behind
Tested on:
Fedora 27 kernel 4.13.11
Cinnamon version 3.6.0
Chrome Version 62.0.3202.94 (Official Build) (64-bit)
Aha looks Cinnamon specific, I have noticed a few bugs with it. Shall we make a new issue for it and look at it together at some point?