diff --git a/src/components/bug-fix-form.html b/src/components/bug-fix-form.html new file mode 100644 index 0000000..335067c --- /dev/null +++ b/src/components/bug-fix-form.html @@ -0,0 +1,56 @@ + + diff --git a/src/components/content-appeals-form.html b/src/components/content-appeals-form.html new file mode 100644 index 0000000..7750d2c --- /dev/null +++ b/src/components/content-appeals-form.html @@ -0,0 +1,56 @@ + + diff --git a/src/components/feature-request-form.html b/src/components/feature-request-form.html new file mode 100644 index 0000000..015dbd6 --- /dev/null +++ b/src/components/feature-request-form.html @@ -0,0 +1,56 @@ + + diff --git a/src/components/general-feedback-form.html b/src/components/general-feedback-form.html new file mode 100644 index 0000000..1189c5a --- /dev/null +++ b/src/components/general-feedback-form.html @@ -0,0 +1,58 @@ + + diff --git a/src/css/style.css b/src/css/style.css index afa65a4..c8445d4 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -323,7 +323,7 @@ footer a:hover { inset: 0; background-color: rgb(0 0 0 / 0.9); z-index: 50; - display: none; /* hidden by default */ + /* remove display: none; */ flex-direction: column; overflow-y: auto; overscroll-behavior: contain; @@ -331,7 +331,6 @@ footer a:hover { #disclaimerModal .modal-content { width: 100%; - height: 100%; display: flex; flex-direction: column; background-color: var(--color-bg); @@ -376,16 +375,6 @@ footer a:hover { justify-content: center; } - #disclaimerModal .modal-content { - width: 100%; - height: auto; - max-width: 42rem; - max-height: 90vh; - border-radius: 0.5rem; - overflow: hidden; - margin: auto; - } - #disclaimerModal .modal-scroll { max-height: calc(90vh - 5rem); } diff --git a/src/index.html b/src/index.html index 663c94f..19d9393 100644 --- a/src/index.html +++ b/src/index.html @@ -95,6 +95,7 @@ id="errorContainer" class="hidden bg-red-100 text-red-900 p-4 rounded-md mb-4" > +
- -