diff --git a/css/styles.css b/css/styles.css index e5eed1f..465f0fc 100644 --- a/css/styles.css +++ b/css/styles.css @@ -3526,3 +3526,12 @@ i.icon-mastodon, width: 100%; } } + +/* Rangée d'emoji décorative au-dessus des hashtags « Tendances » (accueil) */ +.trending-hashtag-emojis { + font-size: 1.15rem; + letter-spacing: 0.3em; + line-height: 1; + text-align: center; + margin: 0 0 12px; +} diff --git a/index.php b/index.php index da93cb0..b868b73 100644 --- a/index.php +++ b/index.php @@ -668,6 +668,7 @@ if (defined('CASTOPOD_ENABLED') && CASTOPOD_ENABLED && defined('CASTOPOD_URL') &