Expand Code Blocks

@Banderson complained there wasn’t a way to expand code blocks into a larger view so I fixed the glitch. I deleted his user.

Just playin’

3 Likes

Looks like you are going to need a dark mode tweak.

It’s just a color issue.

Here’s how it shows in Dark Mode:

But when you select the text …

Yeah dark mode is on v2. I wanted to make sure @Banderson still had something to complain about or my day wouldn’t be complete.

2 Likes

That sounds like a challenge… I can always find something to complain about, just ask @josecgomez.

@Banderson - After expanding the code, just open the browsers developemnt tools, and enter the following in the console:

$('.hljs').css({"background-color":"darkgray"});

It couldn’t be any easier.

^ working as designed

LOL … This is what the solution looks like to him in dark mode

image