fix: adding ability to update artist bg
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
x-init="setUp"
|
||||
>
|
||||
<div class="d-flex justify-content-center text-center mt-4 mb-4">
|
||||
<img id="avatar" src="{{ $avatar->temporaryUrl() }}" style="width: 100%; max-width: 100%;">
|
||||
<img id="avatar" src="{{ $avatar->temporaryUrl() }}" style="width: 100%; max-width: 350px; margin:5px auto;">
|
||||
</div>
|
||||
<div class="d-flex justify-content-end text-end mt-4 mb-4">
|
||||
<button type="submit" class="btn btn-gradient btn-small">
|
||||
@@ -32,7 +32,7 @@
|
||||
@else
|
||||
<div class="mb-2 mx-2">
|
||||
<label for="avatar" style="width: 100%;">
|
||||
<img src="{{ auth()->user()->artists()->first()->avatar() }}" style="width: 100%; max-width: 100%;">
|
||||
<img src="{{ auth()->user()->artists()->first()->avatar() }}" style="width: 100%; max-width: 350px;">
|
||||
</label>
|
||||
</div>
|
||||
<div class="mb-2 mx-2">
|
||||
|
||||
Reference in New Issue
Block a user