mamamia5x / markdownpedia

A site similar to Wikipedia written in Markdown.
https://markdownpedia.tk/
Other
16 stars 33 forks source link

Fix Editor #32

Closed mamamia5x closed 3 years ago

mamamia5x commented 3 years ago

FIx the editor to have the text area take up half the screen, and then have it resizeable.

4rtmelly commented 3 years ago

Can i work on this one ? :)

mamamia5x commented 3 years ago

Sure thing!

4rtmelly commented 3 years ago

Is it fine ? screenEditor

mamamia5x commented 3 years ago

That is how it originally was. It works perfectly.

4rtmelly commented 3 years ago

Oh, when I open the index.html in editor, the textarea was half size this one. To get the result of the screen I just take off "style = "float:left; width: 47.5%;" from the div id="content". Do you want me to make a pull request for this ?

mamamia5x commented 3 years ago

Sure. I didn't know the solution was that simple lol.

mamamia5x commented 3 years ago

Closed with #34