theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Layout #135

Closed theodore-norvell closed 6 years ago

theodore-norvell commented 6 years ago

Change the way html elements relate and are hidden or revealed. The hierarchy at the top level is

body
    upperArea
    contentArea
        editor
        animator

The editor and animator are two divs that occupy the same area. Only one is shown at a time.

theodore-norvell commented 6 years ago

Dropzone issue fixed.

WNewhook commented 6 years ago

This is what I meant:

button_text_example

theodore-norvell commented 6 years ago

The turtle world button's text doesn't fit in the button itself for me.

I'll be fixing that in a future pull request. Stay tuned.