Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topbar Margin corrected for small devices #395

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft

Topbar Margin corrected for small devices #395

wants to merge 6 commits into from

Conversation

obel1x
Copy link

@obel1x obel1x commented Aug 31, 2020

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.

mkocustos and others added 6 commits June 8, 2020 22:20
fixes #1 by adding two config files for nginx and a short explanation.
Fixed margin-top=0 to 90px for topbar when width <512px, leading to overlapping menus
current composer (local installation)
@tkrebs
Copy link
Owner

tkrebs commented Sep 24, 2020

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.

@obel1x obel1x marked this pull request as draft January 14, 2021 17:26
@dschousef
Copy link
Contributor

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
Copy link
Owner

tkrebs commented Jan 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants