diff --git a/files/assets/css/lite-youtube.css b/files/assets/css/lite-youtube.css
index 73f41b508..5aa65a3f3 100644
--- a/files/assets/css/lite-youtube.css
+++ b/files/assets/css/lite-youtube.css
@@ -38,10 +38,9 @@ lite-youtube > iframe {
border: 0;
}
-/* play button */
lite-youtube > .lty-playbtn {
- width: 68px;
- height: 48px;
+ width: 100px;
+ height: 100px;
position: absolute;
cursor: pointer;
transform: translate3d(-50%, -50%, 0);
@@ -49,9 +48,7 @@ lite-youtube > .lty-playbtn {
left: 50%;
z-index: 1;
background-color: transparent;
- /* YT's actual play button svg */
- background-image: url('data:image/svg+xml;utf8,');
- filter: grayscale(100%);
+ background-image: url('/assets/images/youtube.webp');
transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
border: none;
}
diff --git a/files/assets/css/main.css b/files/assets/css/main.css
index 2e56ad6c9..3833c4391 100644
--- a/files/assets/css/main.css
+++ b/files/assets/css/main.css
@@ -5567,7 +5567,7 @@ blockquote p {
@media (min-width: 576px)
{
.modal-dialog {
- max-width: 90% !important;
+ max-width: 50% !important;
margin: 1.75rem auto !important;
}
}
diff --git a/files/helpers/const.py b/files/helpers/const.py
index 639b2d6c8..387ab44bd 100644
--- a/files/helpers/const.py
+++ b/files/helpers/const.py
@@ -5,18 +5,6 @@ SITE = environ.get("DOMAIN", '').strip()
SITE_NAME = environ.get("SITE_NAME", '').strip()
AJ_REPLACEMENTS = {
- ':': '',
- "'": '',
- '-': '',
- '.': '',
- '!': '',
- '"': '',
- ';': '',
-
- 'their': '$#3$1',
- 'there': 'their',
- '$#3$1': 'there',
-
"you're": '$#3$2',
'your': "you're",
'$#3$2': 'your',
@@ -24,15 +12,6 @@ AJ_REPLACEMENTS = {
"too": '$#3$3',
'to': "too",
'$#3$3': 'to',
-
- '$#3$3': 'to',
- '$#3$3': 'to',
- '$#3$3': 'to',
-
- 'she': 'they',
- 'her': 'they',
- 'he': 'they',
- 'him': 'they',
}
SLURS = {
diff --git a/files/routes/posts.py b/files/routes/posts.py
index b3ff39d04..cafa7ae3e 100644
--- a/files/routes/posts.py
+++ b/files/routes/posts.py
@@ -187,7 +187,7 @@ def post_id(pid, anything=None, v=None):
offset = 0
- if post.comment_count > 60:
+ if not request.headers.get("Authorization") and post.comment_count > 60:
comments2 = []
count = 0
if post.created_utc > 1638672040:
diff --git a/files/templates/authforms.html b/files/templates/authforms.html
index 804ebf0ee..197641037 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/default.html b/files/templates/default.html
index e1048b42d..4253a5fba 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 %}
@@ -293,7 +293,7 @@
{% endif %}
-
+