From 0a6d411360c626e7f2c1c3d670aa790785d2a050 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 28 Feb 2020 20:57:27 +0000 Subject: [PATCH] Font size --- epicyon-follow.css | 10 ++++++++++ webinterface.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/epicyon-follow.css b/epicyon-follow.css index 18a8a27bf..80ea7424c 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -140,6 +140,11 @@ input[type=text] { padding: 30px; line-height: 60px; } + .hashtagswarm2 { + font-size: 40px; + padding: 30px; + line-height: 60px; + } .followText { font-size: 24px; } @@ -173,6 +178,11 @@ input[type=text] { padding: 40px; line-height: 70px; } + .hashtagswarm2 { + font-size: 50px; + padding: 40px; + line-height: 70px; + } .followText { font-size: 40px; } diff --git a/webinterface.py b/webinterface.py index fee01c7ea..67555479d 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4841,7 +4841,7 @@ def htmlHashTagSwarm(baseDir: str,actor: str) -> str: else: tagSwarmStr+= \ ''+tagName+' ' + '" class="hashtagswarm2">'+tagName+' ' ctr+=1 tagSwarmHtml=tagSwarmStr.strip()+'\n' return tagSwarmHtml