patch: library fix

- library now is below admin panel
This commit is contained in:
riomoo 2025-11-23 08:06:13 -05:00
parent 56283a71fc
commit 7fc7846da8
Signed by: riomoo
SSH key fingerprint: SHA256:dP5B5iLpXU5V8aBA8eGm9tN5YtxXJybnv4McyltPyzM

View file

@ -790,7 +790,6 @@
</div>
</div>
<h2 style="margin-bottom: 20px; color: #c9d1d9;">Library</h2>
<div id="adminPanel" class="upload-section hidden">
<h2>Admin Panel</h2>
<div class="form-group">
@ -803,6 +802,7 @@
<button onclick="deleteComic()" class="secondary-btn">Delete</button>
</div>
</div>
<h2 style="margin-bottom: 20px; color: #c9d1d9;">Library</h2>
<div id="comicsGrid" class="comics-grid"></div>
</div>
</div>