feat: add decorative emoji row above trending hashtags

This commit is contained in:
2026-07-25 17:59:39 +04:00
parent 609677f679
commit acd3a44c55
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -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;
}
+1
View File
@@ -668,6 +668,7 @@ if (defined('CASTOPOD_ENABLED') && CASTOPOD_ENABLED && defined('CASTOPOD_URL') &
<!-- Section Tendances Hashtags -->
<aside class="tags-section-container" aria-labelledby="hashtags-heading">
<h2 id="hashtags-heading" class="section-title centered">Tendances</h2>
<p class="trending-hashtag-emojis" aria-hidden="true">🎙️🔥📈🔝⬆️↗️🚩🇲🇶</p>
<div class="tags-section">
<?php