JetBrains / kotlin-playground

Self-contained component to embed in websites for running Kotlin code
https://jetbrains.github.io/kotlin-playground/examples/
Apache License 2.0
447 stars 80 forks source link

Adjustable height of console window for small size screens #179

Open Keerthivardhan1 opened 1 year ago

Keerthivardhan1 commented 1 year ago

Kotlin playground is the best platform for a developer to get started with the Kotlin. the Issue with present playground is the height of the console window is not adjustable. because of this, in the small screen devices like 14 inch it become little difficult to the user in programming Hear is the screenshot

playground

Possible solutions

1 . ratio of the console window and code part should be like 1:3 or 1:4 and overflow-y = scroll 2 . adding resizable height functionality to the console window div.

Keerthivardhan1 commented 1 year ago

I would like to work on this issue. can you assign this to me.