From 2dad07674b504c5834409626a0f24137bf04fa02 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 Jun 2024 18:22:18 -0400 Subject: [PATCH] fix feed style --- common/static/scss/_post.scss | 6 +++--- social/templates/feed.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/static/scss/_post.scss b/common/static/scss/_post.scss index 63aba35f..c2a5f790 100644 --- a/common/static/scss/_post.scss +++ b/common/static/scss/_post.scss @@ -33,9 +33,9 @@ } } -.attachements { +.attachments { img.preview { - max-height: 6em; - max-width: 50%; + max-height: 48vh; + max-width: 48%; } } diff --git a/social/templates/feed.html b/social/templates/feed.html index fb2780d6..77cb6e3b 100644 --- a/social/templates/feed.html +++ b/social/templates/feed.html @@ -20,7 +20,7 @@
- {% trans 'Activities from those you follow' %} + {% trans 'Activities from those you follow' %} {% if feed_type == 1 %} {% trans "All" %} | {% trans "What they read/watch/..." %}