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;
}