fix: Eliminar estilo de visualización innecesario en el modal de servidores móviles
This commit is contained in:
@@ -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>
|
||||||
@@ -156,7 +156,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">
|
||||||
<div class="fixed inset-x-0 bottom-0 bg-[#1f2933] rounded-t-xl p-4 max-h-[80vh] overflow-auto">
|
<div class="fixed inset-x-0 bottom-0 bg-[#1f2933] rounded-t-xl p-4 max-h-[80vh] overflow-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user