]> git.mxchange.org Git - friendica-addons.git/commitdiff
Update nitter.php
authorAndy H3 <andy@hubup.pro>
Tue, 13 Dec 2022 15:47:30 +0000 (15:47 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 15:47:30 +0000 (15:47 +0000)
[Now really] Reduced font size of notice

nitter/nitter.php

index c815ccd79e67355eddf972301b82c27da84bf267..440f199f3840a781bacb5e2f7288203c46198f9d 100644 (file)
@@ -71,6 +71,6 @@ function nitter_render(App $a, array &$b)
                $replaced = true;
        }
        if ($replaced) {
-               $b['html'] .= '<hr><p>' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '</p>';
+               $b['html'] .= '<hr><p><small>' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '</small></p>';
        }
 }