mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-05 04:52:58 +00:00
e
This commit is contained in:
@@ -1216,7 +1216,10 @@
|
||||
|
||||
<!-- Icon Picker Modal -->
|
||||
<div id="iconPickerModal" class="fixed inset-0 z-50 hidden">
|
||||
<div id="iconPickerContainer" class="bg-white rounded-xl shadow-2xl overflow-hidden flex flex-col">
|
||||
<div class="fixed inset-0 bg-black bg-opacity-50"></div>
|
||||
<div id="iconPickerContainer" class="fixed inset-0 flex items-center justify-center p-4">
|
||||
<div class="bg-white rounded-xl shadow-2xl overflow-hidden max-w-4xl w-full">
|
||||
<div class="flex flex-col h-full">
|
||||
<div id="iconPickerHeader" class="bg-white border-b border-gray-200 px-6 py-4">
|
||||
<h3 class="text-xl font-semibold text-gray-900">Vyberte ikonu</h3>
|
||||
<button id="closeIconPicker" class="text-gray-400 hover:text-gray-500">
|
||||
@@ -1233,6 +1236,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// Get token and check authentication
|
||||
|
||||
Reference in New Issue
Block a user