Making the code boxes in the forum a bit bigger?
General Discussion
3
Posts
2
Posters
910
Views
2
Watching
-
@hek would it be easy to make the code boxes in the forum a bit bigger. When checking code on a mobile device (I primarily browse the forum in my ipad) the code does not use the full width, which requires a lot of scrolling let and right. Screenshot:

Feels a bit like keyhole surgery :)
-
Yes,
But I intentionally made a bit narrower than the screen, because (for larger code blocks filling up the screen) it takes over the "scrolling". Making it almost impossible to scroll the forum thread.
.markdown-highlight { display: inline-block; width: 70%; } -
Yes,
But I intentionally made a bit narrower than the screen, because (for larger code blocks filling up the screen) it takes over the "scrolling". Making it almost impossible to scroll the forum thread.
.markdown-highlight { display: inline-block; width: 70%; }