From 7c694a60e41c0969ed65d88dc109feb34d6f43d0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 1 Jan 2022 02:20:57 +0200 Subject: [PATCH] fds --- files/templates/submission.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index b35df3577..1f888e72c 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -20,10 +20,18 @@ z-index:9999; pointer-events: none; } + .sealimg { + width: 100px; + } + @media (max-width: 992px) { + .sealimg { + width: 20px; + } + } - + {% endif %} @@ -31,7 +39,7 @@ {% if p.award_count("wholesome") > 1 %} - + {% endif %} @@ -39,7 +47,7 @@ {% if p.award_count("wholesome") > 2 %} - + {% endif %} @@ -47,7 +55,7 @@ {% if p.award_count("wholesome") > 3 %} - + {% endif %}