File tree Expand file tree Collapse file tree 5 files changed +17
-11
lines changed
static/to_compile/entrypoints Expand file tree Collapse file tree 5 files changed +17
-11
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 not carte_config or not carte_config.hide_legend %}
17
18
< div class ="lg:qf-hidden fr-mt-1w qf-flex qf-justify-between ">
18
19
< button
19
20
class ="fr-btn fr-btn--sm fr-btn--tertiary "
26
27
</ button >
27
28
< div class ="qf-flex qf-flex-row-reverse ">
28
29
{% if form.legend_grouped_action|length > 1 %}
29
- {% if carte_config and not carte_config.hide_legend %}
30
30
< button
31
31
class ="fr-btn fr-btn--sm fr-btn--secondary fr-ml-1w fr-btn--icon-left fr-icon-eye-line "
32
32
type ="button "
36
36
Légende
37
37
</ button >
38
38
{% endif %}
39
- {% endif %}
40
39
< button
41
40
class ="fr-btn fr-btn--sm fr-btn--secondary fr-ml-1w fr-btn--icon-left fr-icon-equalizer-line "
42
41
type ="button "
47
46
</ button >
48
47
</ div >
49
48
</ div >
49
+ {% endif %}
50
50
</ div >
Original file line number Diff line number Diff line change 1
- {% if carte_config and not carte_config.hide_legend %}
1
+ {% if not carte_config or not carte_config.hide_legend %}
2
2
< aside
3
3
data-testid ="carte-legend "
4
4
class ="
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