add: allow supporters to upload gif avatars/banners
This commit is contained in:
parent
cf38022597
commit
e727de9c63
10 changed files with 231 additions and 52 deletions
|
@ -845,7 +845,7 @@ media_theme_pref();
|
|||
onchange="window.update_field_with_color('${option.key}', event.target.value)"
|
||||
value="${option.value}"
|
||||
id="${option.key}/color"
|
||||
style="width: 4rem"
|
||||
style="width: 4rem; height: 32px"
|
||||
/>
|
||||
|
||||
<input
|
||||
|
@ -856,6 +856,7 @@ media_theme_pref();
|
|||
id="${option.key}"
|
||||
value="${option.value}"
|
||||
class="w-full"
|
||||
style="height: 32px"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue