From f04c3d6cdd378442252f361db9c4258240f4f552 Mon Sep 17 00:00:00 2001 From: TLSM Date: Wed, 15 Jun 2022 05:59:27 -0400 Subject: [PATCH] Asst'd mobile CSS & markup fixes. Kitchen sink commit of semi-related things: - `#profile--bio a` tags didn't properly wrap on mobile with some browsers. Changing overflow-wrap may fix this. - Userpage markup for mobile tried to place profile_bio inside a

tag. Nesting paragraphs is invalid HTML. It has been made a

to match desktop and even nearby sections on mobile. - Fedi icon in mobile dropdown had the wrong classes, which broke consistent styling with its neighbors. - fa-square-share-nodes improperly wound up with the fa-share-nodes character code when committed. --- files/templates/header.html | 2 +- files/templates/userpage.html | 2 +- files/templates/util/assetcache.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/header.html b/files/templates/header.html index 91b6ab0f7..ddabbfc53 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -254,7 +254,7 @@ {% if SITE_NAME == 'rDrama' %} Discord - Fediverse + Fediverse {% endif %} {% if SITE_NAME not in ('Cringetopia', 'WPD') %} Donate diff --git a/files/templates/userpage.html b/files/templates/userpage.html index c425427ab..02601bd8c 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -429,7 +429,7 @@
joined {{u.created_date}}
{% if u.bio_html %} -

{{u.bio_html | safe}}

+
{{u.bio_html | safe}}
{% endif %} {% if u.friends_html %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 8e54630de..d72b95678 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 315, + 'css/main.css': 316, 'css/4chan.css': 60, 'css/classic.css': 59,