From 9df1dfae32d87620434e4600ed50334d97f445b9 Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Mon, 1 Feb 2021 20:58:59 +0100 Subject: [PATCH 1/4] Update search.html --- templates/search.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/search.html b/templates/search.html index 44f3b35..dcc750b 100644 --- a/templates/search.html +++ b/templates/search.html @@ -85,6 +85,9 @@ {% else %} + + Thumbnail + {% endif %} {% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %} From 9e1948733d45df42245c21bdd8e97e63309d4b6c Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Mon, 1 Feb 2021 20:59:31 +0100 Subject: [PATCH 2/4] Update subreddit.html --- templates/subreddit.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/subreddit.html b/templates/subreddit.html index 3ac6161..a392be6 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -80,6 +80,9 @@ {% else %} + + Thumbnail + {% endif %} {% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %} From dd908c9f6838dfb91106f61f0b91b8b3024ca72e Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Mon, 1 Feb 2021 21:00:03 +0100 Subject: [PATCH 3/4] Update user.html --- templates/user.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/user.html b/templates/user.html index faf14ff..78fd03f 100644 --- a/templates/user.html +++ b/templates/user.html @@ -70,6 +70,9 @@ {% else %} + + Thumbnail + {% endif %} {% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %} From f4f2d8a377a5bd2ff684025c20dab02a92205204 Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Mon, 1 Feb 2021 21:02:38 +0100 Subject: [PATCH 4/4] Update style.css --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index b096a8e..6a599e5 100644 --- a/static/style.css +++ b/static/style.css @@ -722,6 +722,10 @@ img.post_media { align-self: end; } +.post_thumbnail img { + max-width: 100%; +} + .stickied { --accent: var(--green); border: 1px solid var(--green);