ethereum / clrfund

Eth2 CLR project built on clr.fund

Home Page:https://eth2clrfund.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project cards with different width

pettinarip opened this issue · comments

When the cart panel is closed we have the following width size:
1

But when the cart is opened, it is bigger:
2

@samajammin @corwintines to fix this issue I think we will need to change the layout of the Cart container. Probably, we would need to position it as absolute in order to have it "floating" on top of the content of the page. This way, the Project List width is not going to change when the Cart is opened or closed.

Not sure if I'm clear. What do you think? is it worth the effort?

Opened the issue in the monorepo clrfund#435