From b2950cfcdc9b82ce8a8145aa798c53e514cc6669 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 7 Nov 2022 16:00:38 -0600 Subject: [PATCH] Fix comment UI on mobile --- resources/comments.scss | 1 + templates/comments/media-css.html | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/comments.scss b/resources/comments.scss index 8d2c634..fc33ee9 100644 --- a/resources/comments.scss +++ b/resources/comments.scss @@ -58,6 +58,7 @@ a { } .comment-operation { + flex: auto; float: right; .fa { diff --git a/templates/comments/media-css.html b/templates/comments/media-css.html index cda426d..14860f3 100644 --- a/templates/comments/media-css.html +++ b/templates/comments/media-css.html @@ -41,6 +41,7 @@ .new-comments .comment .detail .header { display: flex; + flex-wrap: wrap; padding: 2px 0px; font-weight: normal; border-bottom: 1px #888 solid;