Skip to content
Snippets Groups Projects
Commit 38e5c986 authored by bewe's avatar bewe
Browse files

fix: create language

parent 4c22368c
No related merge requests found
......@@ -15,10 +15,8 @@ $language_pic = '/public/icons/profile.webp';
<input type="hidden" id="new-language-pic" name="new-language-pic" value="<?php echo $language_pic; ?>">
<div class="button-container">
<button class="font-reg text-sm primary-blue-button">
<input type="file" id="upload-input" name="upload-input" accept="image/*">
Change picture
</button>
<input type="file" id="upload-input" accept="image/*">
<label for="upload-input" class="primary-blue-button font-reg text-sm">Change picture</label>
<button class="font-reg text-sm secondary-blue-button" id="delete-btn">Delete picture</button>
</div>
</div>
......
......@@ -23,7 +23,7 @@
}
.create .input-container .language-picture-container img {
width: 130px;
width: 150px;
border-radius: 50%;
}
......
public/imgdata/language/4613FDB6-FFAB-4661-ABFF-B398BA5DC19C.jpg

378 KiB

This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment