Open obel1x opened 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.
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!
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
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.