From acd3a44c550bc052e161bb696706e8d1de1daf55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 25 Jul 2026 17:59:39 +0400 Subject: [PATCH] feat: add decorative emoji row above trending hashtags --- css/styles.css | 9 +++++++++ index.php | 1 + 2 files changed, 10 insertions(+) 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') &