katalyst / koi

Koi Gem
https://github.com/katalyst/koi
MIT License
7 stars 4 forks source link

Content component edit modal width #609

Closed jamiekatalyst closed 2 months ago

jamiekatalyst commented 2 months ago

When the user browser is narrow the modal is too small. looks like it is percentage based rather than a minimum width.

AlanCornthwaiteKatalyst commented 2 months ago

Correct, it was using a percentage based width on desktop. Have created a PR in https://github.com/katalyst/kpop/pull/57 to change to use the same width as the mobile breakpoint as the width of the container. Doing this creates a smooth transition when going from desktop to mobile. (as the container hits the left edge of the screen it converts to "mobile" view)

The mobile breakpoint for the side panel is 600px.

sfnelson commented 2 months ago

Fixed in latest kpop release