diff --git a/files/templates/comments.html b/files/templates/comments.html index 414c185166..fc413e32c9 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 ebcb597ad4..b0d1a91942 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 e6a415ec87..279f618518 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 ba18c78873..8eab8fa733 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 %}