ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
356 stars 81 forks source link

Bugfix for UI displacements #80

Closed MuellerConstantin closed 3 years ago

MuellerConstantin commented 3 years ago

The bug fix addresses the layout shifts which are described in #79. The problem was solved with the help of the first solution mentioned in #79, therefore by modifying the Bootstrap Framework breakpoints.

The approach is at the expense of higher resolutions, as these have to work with the layout for lower resolutions due to the limited selection of breakpoints. This is particularly due to the fact that the existing breakpoints do not separate the various end devices and their resolution in sufficient detail. See #79 for details. However, the solution changes the layout so that it should be presented in an acceptable manner for all end devices.