File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
base/templates/ingredients Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 21
21
</ script >
22
22
{% all_with_prefix extra_footer_ %}
23
23
</ footer >
24
+ {% all_with_prefix extra_after_footer_ %}
24
25
25
26
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ def generator():
13
13
context = {'support_email' : settings .SZKOPUL_SUPPORT_EMAIL },
14
14
)
15
15
16
- return {'extra_body_szkopul_contact ' : lazy (generator , str )()}
16
+ return {'extra_after_footer_szkopul_contact ' : lazy (generator , str )()}
17
17
else :
18
18
return {}
Original file line number Diff line number Diff line change 68
68
word-break : break-all ;
69
69
}
70
70
71
- #szkopul-contact-form-open {
72
- position : fixed ;
73
- right : 1em ;
71
+ #szkopul-contact-form-open-div {
72
+ position : sticky ;
74
73
bottom : 1em ;
74
+ padding-right : 1em ;
75
+ width : 100% ;
76
+ display : flex ;
77
+ justify-content : flex-end ;
75
78
z-index : 999 ;
76
79
}
77
80
Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ <h5 id="szkopul-contact-form-title" class="modal-title">{% trans "Send Feedback"
25
25
</ div >
26
26
</ div >
27
27
</ div >
28
- < button class ="btn btn-info " id ="szkopul-contact-form-open " type ="button "
28
+ < div id ="szkopul-contact-form-open-div ">
29
+ < button class ="btn btn-info " id ="szkopul-contact-form-open " type ="button "
29
30
data-toggle ="modal " data-target ="#szkopul-contact-form ">
30
31
{% trans "Send Feedback" %}
31
32
</ button >
33
+ </ div >
32
34
33
35
{% block scripts %}
34
36
< script type ="text/javascript ">
You can’t perform that action at this time.
0 commit comments