File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55
55
</div>
56
56
{{end}}
57
57
{{if and .EnableCaptcha (eq .CaptchaType "mcaptcha")}}
58
- <div class="inline field required df ac">
59
- <label></label>
60
- <div class="border-secondary" id="mcaptcha__widget-container" style="width: 304px ; height: 78px "></div>
58
+ <div class="inline field required df ac db-small ">
59
+ <label>{{.locale.Tr "captcha"}} </label>
60
+ <div class="border-secondary w-100-small " id="mcaptcha__widget-container" style="width: 50% ; height: 5em "></div>
61
61
<div class="m-captcha" data-sitekey="{{ .McaptchaSitekey }}" data-instance-url="{{ .McaptchaURL }}"></div>
62
62
</div>
63
63
{{end}}
Original file line number Diff line number Diff line change 167
167
.py-3 { padding-top : .5rem !important ; padding-bottom : .5rem !important ; }
168
168
.py-4 { padding-top : 1rem !important ; padding-bottom : 1rem !important ; }
169
169
.py-5 { padding-top : 2rem !important ; padding-bottom : 2rem !important ; }
170
+
171
+ @media @mediaSm {
172
+ .db-small { display : block !important ; }
173
+ .w-100-small { width : 100% !important ; }
174
+ }
You can’t perform that action at this time.
0 commit comments