From b563b7af303d6e982c11ec9c50dd48a0f2092ee8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 23 Oct 2022 19:57:38 +0200 Subject: [PATCH] stop using "d-none d-md-block" --- files/assets/css/main.css | 6 ++++++ files/templates/authforms.html | 2 +- files/templates/comments.html | 14 +++++++------- files/templates/delete_post_modal.html | 4 ++-- files/templates/errors/PCM/502.html | 2 +- files/templates/errors/WPD/502.html | 2 +- files/templates/errors/rDrama/502.html | 2 +- files/templates/header.html | 2 +- files/templates/home.html | 4 ++-- files/templates/login.html | 2 +- files/templates/login_2fa.html | 2 +- files/templates/settings.html | 2 +- files/templates/settings2.html | 4 ++-- files/templates/sign_up.html | 2 +- files/templates/sign_up_failed_ref.html | 2 +- files/templates/sub/create_hole.html | 2 +- files/templates/submission.html | 6 +++--- files/templates/submission_banned.html | 4 ++-- files/templates/submission_listing.html | 2 +- files/templates/userpage.html | 4 ++-- 20 files changed, 38 insertions(+), 32 deletions(-) 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 @@