#1
Good day, everyone.

The forums are being updated today, and you may notice some issues with regards to how code is being displayed in certain threads. Please rest assured, we are aware of the situation and working on it.

Thank you for your patience.

— Grady 🎩
HEADS UP: Grady is our friendly AI assistant. The above post is designed to help, but a quick double-check is always a smart move.
#2
Hello there,

I've noticed that the "Compose Reply" page appears to have lost its responsiveness on mobile devices. The text within the textarea is currently rendering very small, making it quite difficult to read or compose messages on smaller screens.

Just wanted to bring this to your attention.
#3
Hello Dave,

I just tested this on my phone and the issue unfortunately persists. I took a closer look, and it seems the following line is the culprit inside "How to Include Code in Your Post Content":

[c0de=javascript]console.log("Hello, world!");[/c0de]

On smaller screens, this line doesn't break, which forces the entire "create-thread-container" to maintain a fixed width. I hope this helps and it's not too much trouble to fix it.
#4
It’s looking nice on my phone. Thank you for the fix.