From 390687500e18beb25b687be7fed669aea721e2b0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 23 Oct 2021 03:05:10 +0200 Subject: [PATCH] fdsdfs --- files/templates/comments.html | 2 +- files/templates/default.html | 4 ++++ files/templates/submission.html | 2 +- files/templates/submission_listing.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 414c18516..fc413e32c 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -128,7 +128,7 @@
- {% if c.author.bio_html %}{{c.author.bio_html.replace('data-src', 'src') | safe}}{% endif %} + {% if c.author.bio_html %}{{c.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}
diff --git a/files/templates/default.html b/files/templates/default.html index ebcb597ad..b0d1a9194 100755 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -358,6 +358,10 @@ .mirrored { transform: scaleX(-1);-webkit-transform: scaleX(-1); } + + .popover-bio * { + font-size: 0.8rem !important; + } diff --git a/files/templates/submission.html b/files/templates/submission.html index e6a415ec8..279f61851 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -264,7 +264,7 @@
- {% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %} + {% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index ba18c7887..8eab8fa73 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -44,7 +44,7 @@
- {% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %} + {% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}