diff --git a/files/assets/css/main.css b/files/assets/css/main.css
index 2720a7ab8..191af90d8 100644
--- a/files/assets/css/main.css
+++ b/files/assets/css/main.css
@@ -4212,33 +4212,9 @@ th {
}
@media (max-width: 767.98px) {
- .modal.modal.modal-sm-bottom .modal-dialog {
- position: fixed;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1030;
- max-width: 80%;
- margin: auto;
- }
-
- .modal.modal-sm-bottom .modal-content {
- position: absolute;
- bottom: 0;
- border-radius: 1rem;
- }
-
- .modal.fade.modal-sm-bottom .modal-dialog {
- transform: translate3d(0, 100vh, 0);
- }
-
- .modal.show.modal-sm-bottom .modal-dialog {
- transform: translate3d(0, 0, 0);
- }
-
- .modal.modal-sm-bottom .modal-header {
- border-top-right-radius: 1rem;
- border-top-left-radius: 1rem;
+ .modal-dialog {
+ margin: auto;
+ max-width: 80%;
}
}
.dropdown-actions {
diff --git a/files/templates/CHRISTMAS/authforms.html b/files/templates/CHRISTMAS/authforms.html
index 976724de1..30ee305e2 100644
--- a/files/templates/CHRISTMAS/authforms.html
+++ b/files/templates/CHRISTMAS/authforms.html
@@ -14,11 +14,11 @@
{% if v %}
-
+
{% if v.agendaposter %} {% elif v.css %} {% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/CHRISTMAS/default.html b/files/templates/CHRISTMAS/default.html
index fcfe9f762..b663f02df 100644
--- a/files/templates/CHRISTMAS/default.html
+++ b/files/templates/CHRISTMAS/default.html
@@ -186,9 +186,9 @@
{% block stylesheets %}
-
+
-
+
diff --git a/files/templates/CHRISTMAS/login.html b/files/templates/CHRISTMAS/login.html
index 853925a3f..cbc46f338 100644
--- a/files/templates/CHRISTMAS/login.html
+++ b/files/templates/CHRISTMAS/login.html
@@ -13,9 +13,9 @@
Login - {{'SITE_NAME' | app_config}}
{% endblock %}
-
+
-
+
diff --git a/files/templates/CHRISTMAS/login_2fa.html b/files/templates/CHRISTMAS/login_2fa.html
index 1c95774f5..d88ef3da3 100644
--- a/files/templates/CHRISTMAS/login_2fa.html
+++ b/files/templates/CHRISTMAS/login_2fa.html
@@ -13,7 +13,7 @@
2-Step Login - {{'SITE_NAME' | app_config}}
-
+
diff --git a/files/templates/CHRISTMAS/settings.html b/files/templates/CHRISTMAS/settings.html
index 9911ed6a0..d8b1eabe6 100644
--- a/files/templates/CHRISTMAS/settings.html
+++ b/files/templates/CHRISTMAS/settings.html
@@ -29,9 +29,9 @@
{% block stylesheets %}
-
+
-
+
diff --git a/files/templates/CHRISTMAS/sign_up.html b/files/templates/CHRISTMAS/sign_up.html
index 39dfcd507..3687c8e12 100644
--- a/files/templates/CHRISTMAS/sign_up.html
+++ b/files/templates/CHRISTMAS/sign_up.html
@@ -26,9 +26,9 @@
{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}Sign up - {{'SITE_NAME' | app_config}}{% endif %}
-
+
-
+
diff --git a/files/templates/CHRISTMAS/sign_up_failed_ref.html b/files/templates/CHRISTMAS/sign_up_failed_ref.html
index ab681b797..a1a9a8eda 100644
--- a/files/templates/CHRISTMAS/sign_up_failed_ref.html
+++ b/files/templates/CHRISTMAS/sign_up_failed_ref.html
@@ -31,7 +31,7 @@
{% if ref_user %}{{ref_user.username}} invites you to {{'SITE_NAME' | app_config}}{% else %}{{'SITE_NAME' | app_config}}{% endif %}
-
+
diff --git a/files/templates/CHRISTMAS/tailwind.html b/files/templates/CHRISTMAS/tailwind.html
index db51f8d63..e060d0b69 100644
--- a/files/templates/CHRISTMAS/tailwind.html
+++ b/files/templates/CHRISTMAS/tailwind.html
@@ -5,7 +5,7 @@
-
+
Flask + Tailwind CSS
diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index e15a60ac5..fca193ed8 100644
--- a/files/templates/authforms.html
+++ b/files/templates/authforms.html
@@ -14,11 +14,11 @@
{% if v %}
-
+
{% if v.agendaposter %} {% elif v.css %} {% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/comments.html b/files/templates/comments.html
index a33a974b4..8a9658c95 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -299,7 +299,12 @@
{% endif %}
+
+
+
+
+
+{% if v and v.admin_level > 1 %}
+
+{% endif %}
+
+
+
+
+
+
+
+
+
+
{% endif %}
diff --git a/files/templates/default.html b/files/templates/default.html
index 14c680aa5..8aa77ecc1 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -6,12 +6,12 @@
{% if v %}
-
+
{% if v.agendaposter %} {% elif v.css %} {% endif %}
{% else %}
-
+
{% endif %}
diff --git a/files/templates/delete_post_modal.html b/files/templates/delete_post_modal.html
index 64d92fff6..85b8fa432 100644
--- a/files/templates/delete_post_modal.html
+++ b/files/templates/delete_post_modal.html
@@ -1,6 +1,6 @@
-
+
+ {% if v and v.admin_level > 1 %} + + + + {% endif %} {% if v and request.path.startswith('/@') and v.admin_level == 0%} {% if voted==1 %} @@ -406,6 +411,7 @@ {% endif %} + {% if v and request.path.startswith('/@') and v.admin_level == 0 %} {% if voted==1 %}{% endif %} {% elif v %} @@ -509,80 +515,108 @@- Votes
- {% if v %}
- Give Award
-
- Save
-
- Unsave
- {% endif %}
-
Copy link
Context
Report
- {% if v and c.parent_submission and c.author_id==v.id %}
- Edit
-
- {% if c.deleted_utc > 0 %}
- Undelete
- {% else %}
- Delete
- {% endif %}
- {% endif %}
-
- {% if v and c.post and (v.admin_level > 1 or v.id == c.post.author_id) %}
- Pin
- Unpin
- {% endif %}
-
{% if v %}
- {% if v.admin_level > 0 and v.id==c.author_id %}
- Distinguish
- Undistinguish
- {% endif %}
- {% if v.admin_level > 1 %}
- {% if "/reported/" in request.path %}
- Remove
- Approve
+ Give Award
+
+ Save
+
+ Unsave
+
+ {% if c.author_id == v.id %}
+ Edit
+
+ {% if c.deleted_utc > 0 %}
+ Undelete
{% else %}
- Remove
- Approve
+ Delete
{% endif %}
- {% endif %}
- {% if v.admin_level > 1 and c.oauth_app %}
- API App
- {% endif %}
- {% if not v.id==c.author_id %}
+ Mark +18
+ Unmark +18
+ {% else %}
Unblock user
-
Are you sure?
-
Block user
{% endif %}
- {% endif %}
- {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 0) %}
- Mark +18
- Unmark +18
- {% endif %}
- {% if v and (c.post and v.admin_level > 1) %}
- {% if c.author_id != v.id %}
- Ban user
- Unban user
+ {% if c.post and v.id == c.post.author_id %}
+ Pin
+ Unpin
{% endif %}
- {% endif %}
-
+ {% endif %}