updated forms

This commit is contained in:
Keep Creating Online
2025-02-02 14:42:44 -05:00
parent 6e6132d882
commit e1391c418d
6 changed files with 45 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
<!-- components/content-appeals-form.html -->
<!-- components/content-appeals-form.html
// https://bitvid.network?modal=appeals => open contentAppealsModal
-->
<div
id="contentAppealsModal"
class="fixed inset-0 z-50 hidden"
@@ -48,7 +50,12 @@
<div class="p-6">
<div class="w-full" style="height: 80vh">
<iframe></iframe>
<iframe
src=""
class="w-full h-full"
frameborder="0"
style="border: none; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)"
></iframe>
</div>
</div>
</div>