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 et hamburger menu #128

Open
brrd opened this issue Jun 29, 2024 · 0 comments
Open

Topbar et hamburger menu #128

brrd opened this issue Jun 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@brrd
Copy link
Member

brrd commented Jun 29, 2024

On ne peut pas masquer la topbar sans perdre le menu hamburger qui se trouve à l'intérieur.

De même, qui le contenu de la topbar est vide, le menu hamburger n'apparaît plus. Voir :

nova/macros_topbar.html

Lines 14 to 21 in 33da664

<IF COND="[#TOPBAR_CONTENTS]">
<nav id="topbar" class="topbar container navbar navbar-expand-lg" aria-label="[@LIEN_UTILES]">
<MACRO NAME="TOPBAR_HAMBURGER" />
<ul class="navbar-nav">
[#TOPBAR_CONTENTS]
</ul>
</nav>
</IF>

Il faut permettre de masquer la topbar sans nuire à la navigation mobile.

@brrd brrd added the bug Something isn't working label Jun 29, 2024
@brrd brrd self-assigned this Jun 29, 2024
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

1 participant