diff --git a/files/assets/css/main.css b/files/assets/css/main.css index d35d9a914..a041c1f70 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6318,3 +6318,9 @@ div.markdown { .popover-bio-div::-webkit-scrollbar { background: transparent; } + +@media (max-width: 768px) { + .d-mob-none { + display: none !important; + } +} diff --git a/files/templates/authforms.html b/files/templates/authforms.html index acd266945..6f0ea7392 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -53,7 +53,7 @@ -
+
diff --git a/files/templates/comments.html b/files/templates/comments.html index 5b23a59fb..2cc6db04c 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -27,7 +27,7 @@ {% if c.is_blocking and not c.ghost or (c.is_banned or c.deleted_utc) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id==c.author_id) %}
- +
@@ -48,7 +48,7 @@ {{single_comment(reply, level=level+1)}} {% endfor %} {% elif replies %} - + More comments {% endif %}
@@ -111,7 +111,7 @@
{% if not isreply %} - + {% endif %}
@@ -485,7 +485,7 @@ {% endif %} {% if v.admin_level >= PERMS['APPS_MODERATION'] and c.oauth_app %} - API App + API App {% endif %} {% endif %} @@ -555,7 +555,7 @@ {{single_comment(reply, level=level+1)}} {% endfor %} {% elif replies %} - + More comments {% endif %}
@@ -764,12 +764,12 @@