minor ui fixes

This commit is contained in:
Kaibu
2021-06-22 01:03:26 +02:00
parent 91c0dbd8d2
commit cc43b2a9b0
4 changed files with 14 additions and 6 deletions

View File

@@ -67,7 +67,7 @@
<img src="{% if recipe.image %}{{ recipe.image.url }}{% endif %}" id="id_image"
class="img img-fluid img-responsive"
style="max-height: 20vh">
<input type="file" @change="imageChanged">
<input class="mt-2" type="file" @change="imageChanged">
</div>
<div class="col-md-6">
<label for="id_name"> {% trans 'Preparation Time' %}</label>