tkrebs / ep3-bs

Online booking system for courts
http://bs.hbsys.de/
MIT License
183 stars 108 forks source link

Topbar Margin corrected for small devices #395

Open obel1x opened 4 years ago

obel1x commented 4 years ago

Fixed margin-top=0 to 90px for topbar when width <512px, leading to overlapping menus on small devices. Fixed line break for better compare on github.

tkrebs commented 4 years ago

Thank you for this fix.

You edited the file default.min.css though. This file is the (automatically) minified version of default.css. Changes should therefore only be made to default.css. The file default.min.css is then (automatically) created from it by minification.

dschousef commented 3 years ago

Tobias, could you please tell me, when and where the creation of the default.min.css happens? I can't notice any change in the file, when I edit the default.css and then use the system. Thanks!

tkrebs commented 3 years ago

Unfortunately, there is no automatic build pipeline (yet).

We have to manually minify the default.css code into the default.min.css file by one of the countless possible solutions out there:

https://www.google.com/search?client=firefox-b-d&q=CSS+minifier