pulse0ne / eq8

14 stars 3 forks source link

Fix Modals Height To Don't Truncate Content #22

Open vlad0337187 opened 2 years ago

vlad0337187 commented 2 years ago

fix(_modal.scss): height of all modals not to be larger than 100%, so don't truncate content.

Layout is almost the same.

Before: presets were truncated ![Screenshot from 2022-04-10 05-11-02](https://user-images.githubusercontent.com/12682937/162599553-60d1c958-443f-4ef4-a39d-fef63aa6bfee.png)
After: fixed truncating presets ![Screenshot from 2022-04-10 05-48-21](https://user-images.githubusercontent.com/12682937/162599573-ce311dee-b7fe-41f3-a5b3-9122dc1c3d6e.png)
Before: save preset ![Screenshot from 2022-04-10 05-10-50](https://user-images.githubusercontent.com/12682937/162599589-85767efb-615b-4ff2-a70d-b549bee000ee.png)
After: save preset ![Screenshot from 2022-04-10 05-11-16](https://user-images.githubusercontent.com/12682937/162599604-6ce815d9-9a65-40a0-a414-1260cdda4829.png)
Before: settings ![Screenshot from 2022-04-10 05-11-09](https://user-images.githubusercontent.com/12682937/162599621-1245cd39-bd16-4a10-bfa4-29917bd57ead.png)
After: settings ![Screenshot from 2022-04-10 05-34-06](https://user-images.githubusercontent.com/12682937/162599629-ddefc98d-216a-4bf9-a169-ee9b68c882ab.png)
After: settings (change to table, so new ones will be aligned) ![Screenshot from 2022-04-10 05-33-28](https://user-images.githubusercontent.com/12682937/162599649-81487802-ec3a-4a26-9cce-b4a8b31d80f9.png)