File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed
static/to_compile/entrypoints Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 178
178
"filename": "jinja2/layout/base.html",
179
179
"hashed_secret": "057dece35d736a3ae1e710a9cba3f080bd101cde",
180
180
"is_verified": false,
181
- "line_number": 62
181
+ "line_number": 65
182
182
}
183
183
],
184
184
"unit_tests/qfdmo/test_views.py": [
191
191
}
192
192
]
193
193
},
194
- "generated_at": "2025-04-23T10:12:59Z "
194
+ "generated_at": "2025-04-24T11:22:55Z "
195
195
}
Original file line number Diff line number Diff line change 3
3
lang ="fr "
4
4
class ="qf-scroll-smooth "
5
5
{% if not is_carte %}data-formulaire{% endif %}
6
+ {% if carte_config and carte_config.hide_legend %}
7
+ data-legend ="hidden "
8
+ {% endif %}
6
9
>
7
10
< head >
8
11
< meta charset ="utf-8 ">
Original file line number Diff line number Diff line change 14
14
>
15
15
{% include 'qfdmo/_addresses_partials/adresse_input_form.html' %}
16
16
17
- {% if carte_config and not carte_config.hide_legend %}
17
+ {% if not carte_config or not carte_config.hide_legend %}
18
18
< div class ="lg:qf-hidden fr-mt-1w qf-flex qf-justify-between ">
19
19
< button
20
20
class ="fr-btn fr-btn--sm fr-btn--tertiary "
Original file line number Diff line number Diff line change 8
8
@tailwind components;
9
9
@tailwind utilities;
10
10
11
-
12
11
pre {
13
12
font-family : Marianne, arial, sans-serif;
14
13
font-weight : 500 ;
@@ -86,12 +85,16 @@ Style the autocomplete container:
86
85
}
87
86
88
87
: root {
89
- --footer-height : 0 ;
90
- --sidebar-width : 0 ;
91
- --header-height : 120px ;
88
+ --footer-height : 0 ;
89
+ --sidebar-width : 0 ;
90
+ --header-height : 120px ;
91
+ }
92
+
93
+ : root [data-legend = "hidden" ] {
94
+ --header-height : 0 ;
92
95
}
93
96
94
97
: root [data-formulaire ] {
95
- --footer-height : 100px ;
96
- --header-height : 135px ;
98
+ --footer-height : 100px ;
99
+ --header-height : 135px ;
97
100
}
You can’t perform that action at this time.
0 commit comments