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

Fehler im CSS #11

Closed
katgirl opened this issue Feb 27, 2021 · 2 comments
Closed

Fehler im CSS #11

katgirl opened this issue Feb 27, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@katgirl
Copy link

katgirl commented Feb 27, 2021

.navbar .navbar-section {
    a2lign-items: center;
    d2isplay: flex;
    f2lex: 1 0 0;
}

müsste

.navbar .navbar-section {
    align-items: center;
    display: flex;
    flex: 1 0 0;
}

lauten, dann allerdings darf das flex so nicht definiert sein, da das Menü sonst nicht passt.

https://github.com/contao-themes-net/zero-one-theme-bundle/blob/master/src/Resources/public/scss/_navbar.scss#L9-L11

@MDevster MDevster added the bug Something isn't working label Mar 1, 2021
@seibtph
Copy link
Contributor

seibtph commented Mar 1, 2021

Diese CSS-Angaben werden nicht mehr benötigt. Wir würden diese im nächsten Update, was diese Woche noch kommen sollte, entfernen.

@seibtph
Copy link
Contributor

seibtph commented Mar 9, 2021

in Version 1.5.0 behoben

@seibtph seibtph closed this as completed Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants