From d2c6900d5b689a589a5c3b1ec169ca0c002eedac Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 31 Mar 2024 14:41:50 +1300 Subject: [PATCH] max author width - for mobile --- app/static/structure.css | 1 + app/static/structure.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/static/structure.css b/app/static/structure.css index 852c4047..d662354c 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -644,6 +644,7 @@ fieldset legend { .post_list .post_teaser .main_row .author { margin-bottom: 30px; display: inline-block; + max-width: 78%; } .post_list .post_teaser .main_row .post_utilities { position: absolute; diff --git a/app/static/structure.scss b/app/static/structure.scss index 13efb005..f1779857 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -240,6 +240,7 @@ html { .author { margin-bottom: 30px; display: inline-block; + max-width: 78%; } .post_utilities {