mirror of
https://github.com/discourse/discourse.git
synced 2025-04-20 16:39:05 +08:00

This moves CSS from mobile/compose.scss and desktop/compose.css into common/compose.scss and removes some old unused CSS in the process. In addition: * Prevents the grippie div from rendering on mobile, rather than hiding the div with CSS * Prevents the composer education messages from rendering on mobile, rather than hiding them with CSS * Wraps the `#draft-status` container with a condition instead of its children, preventing the empty div from rendering when it's not used * Adds a missing `btn-transparent` class to the mobile controls toggle