walnuthq / cairovm.codes

Source code for cairovm.codes — a web app to compile Cairo programs into Sierra and CASM with step-through execution capabilities.
https://cairovm.codes
MIT License
29 stars 24 forks source link

Bug: in three column layout when device width is 1028px, the sierra column breaks #154

Closed mazurroman closed 2 months ago

mazurroman commented 2 months ago

See video attached. The Sierra column starts jumping around

https://github.com/walnuthq/cairovm.codes/assets/2983746/55024c9f-0d2c-4817-ac29-bc96310e48c4

BlackStarkGoku commented 2 months ago

I am currently doing an issue for ODHack on a other project but If not urgent can take a look after

melnikga commented 2 months ago

Can I take this? To fix this bug, I can use CSS media queries (in tailwind they are designated as md, sm, etc.). Using them I can fix the width of the container within a certain range. Or I’ll find out why the content inside the container behaves this way and fix this problem

mazurroman commented 2 months ago

Assigned to @melnikga because his comment is more relevant.

Let's figure out why does it behave this way first, and then fix the issue accordingly.

WebSculptor commented 2 months ago

Hello @mazurroman I'll like to work on this