rreganjr / chichi-ng

component library for angular
MIT License
0 stars 0 forks source link

bypass-panel is always 100% of browser width #32

Closed rreganjr closed 2 years ago

rreganjr commented 2 years ago

In the demo I tried to set the style of sign-up-or-in to 50% but it still fills the whole screen.

rreganjr commented 2 years ago

I changed the bypass-panel .container to use "display: flex" and changed the panels to not have absolute position. I also removed the height on the .container so the height will grow to match the supplied content.

In the demo app component I styled the sign-up-or-in component to be 50% and centered left and right.