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

Update the breakingpoint to display legend in slide panel or on top of the map #672

Merged
merged 5 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jinja2/qfdmo/_addresses_partials/carte_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="fr-my-1w qfdmo-flex-grow qfdmo-flex qfdmo-flex-col md:qfdmo-mr-2w">
{% include 'qfdmo/_addresses_partials/adresse_input_form.html' %}

<div class="sm:qfdmo-hidden fr-mt-1w qfdmo-flex qfdmo-justify-between">
<div class="lg:qfdmo-hidden fr-mt-1w qfdmo-flex qfdmo-justify-between">
<button
class="fr-btn fr-btn--sm fr-btn--tertiary"
type="button"
Expand Down
2 changes: 1 addition & 1 deletion jinja2/qfdmo/_addresses_partials/map_and_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
Rechercher dans cette zone
</button>
{% if is_carte(request) %}
<div class="fr-px-3w qfdmo-hidden sm:qfdmo-block qfdmo-absolute qfdmo-bottom-0 qfdmo-left-0 qfdmo-bg-white qfdmo-z-[2000] qfdmo-max-w-[21rem]">
<div class="fr-px-3w qfdmo-hidden lg:qfdmo-block qfdmo-absolute qfdmo-bottom-0 qfdmo-left-0 qfdmo-bg-white qfdmo-z-[2000] qfdmo-max-w-[21rem]">
<h2 class="fr-h4 fr-mt-3w">
Actions possibles
</h2>
Expand Down
Loading