kotlin-playground
kotlin-playground copied to clipboard
Adjustable height of console window for small size screens
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
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.
I would like to work on this issue. can you assign this to me.