Skip to content

Commit b34ab60

Browse files
committed
fine tune prompt margin
1 parent 006dd61 commit b34ab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/avatar_upload_crop.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<input name="avatar" type="file" accept="image/png,image/jpeg,image/gif,image/webp">
44
{{- /* the cropper-panel must be next sibling of the input "avatar" */ -}}
55
<div class="cropper-panel tw-hidden">
6-
<div>{{ctx.Locale.Tr "settings.cropper_prompt"}}</div>
6+
<div class="tw-my-2">{{ctx.Locale.Tr "settings.cropper_prompt"}}</div>
77
<div class="cropper-wrapper"><img class="cropper-source" src alt></div>
88
</div>

0 commit comments

Comments
 (0)