02-14-2017, 08:18 PM
Here's a screenshot of what typing out a post looks like on my phone. This is Chrome on Android.

One thing I would change is to remove this inline style
And replace it with a class. Then use a breakpoint to serve it up that way on desktop, and with width:100% on mobile (or even just portrait on a phone.)
Another issue I haven't dug into is the height. As you can see, if you type a bit, the buttons overlap the input area. This is perhaps an even easier fix.

One thing I would change is to remove this inline style
font-size:10px;align:center;width:600px;margin:0 auto -1px auto;
And replace it with a class. Then use a breakpoint to serve it up that way on desktop, and with width:100% on mobile (or even just portrait on a phone.)
Another issue I haven't dug into is the height. As you can see, if you type a bit, the buttons overlap the input area. This is perhaps an even easier fix.