fix: Eliminar estilo de visualización innecesario en el modal de servidores móviles

This commit is contained in:
Shni
2025-10-15 02:59:52 -05:00
parent 8f22f749ff
commit 9a19435c3b

View File

@@ -132,7 +132,7 @@
</script> </script>
<!-- Mobile modals --> <!-- Mobile modals -->
<div id="mobileGuildModal" class="fixed inset-0 bg-black/60 hidden z-50" style="display:block;"> <div id="mobileGuildModal" class="fixed inset-0 bg-black/60 hidden z-50">
<div class="fixed inset-x-0 bottom-0 bg-[#1f2933] rounded-t-xl p-4 max-h-[80vh] overflow-auto" style="margin:0;"> <div class="fixed inset-x-0 bottom-0 bg-[#1f2933] rounded-t-xl p-4 max-h-[80vh] overflow-auto" style="margin:0;">
<div class="flex items-center justify-between mb-3"> <div class="flex items-center justify-between mb-3">
<h3 class="text-white font-medium">Servers</h3> <h3 class="text-white font-medium">Servers</h3>
@@ -155,7 +155,6 @@
<% } %> <% } %>
</div> </div>
</div> </div>
</div>
</div> </div>
<div id="mobileUserSheet" class="fixed inset-0 bg-black/60 hidden z-50"> <div id="mobileUserSheet" class="fixed inset-0 bg-black/60 hidden z-50">