axewater / sharewarez

SharewareZ transforms any game folder into a dynamic, searchable and shareable library.
145 stars 1 forks source link

Delete Button After Image Upload #116

Open Bovive opened 3 weeks ago

Bovive commented 3 weeks ago

After uploading a new screenshot, the delete button for that screenshot does not match the others until the page is refreshed.

Screenshot_28-10-2024_12925_127 0 0 1

axewater commented 3 weeks ago

fixed ? mostly ... not sure its possible to have a way to be compatible with all the themes

Bovive commented 3 weeks ago

Close. The image container being added here is missing the class in the div element:

<div id="image-1195">

Should be:

<div class="image-editor-image" id="image-1195">

Adding the image-editor-image I believe should make it work for all themes and look the same as the others.