Compare commits

2 Commits
Author SHA1 Message Date
cedric acd3a44c55 feat: add decorative emoji row above trending hashtags 2026-07-25 17:59:39 +04:00
cedric 609677f679 Revert "feat: add decorative emoji row above footer hashtags"
This reverts commit e5c7db1355.
2026-07-25 17:57:54 +04:00
3 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -3527,10 +3527,11 @@ i.icon-mastodon,
} }
} }
/* Rangée d'emoji décorative au-dessus des hashtags du footer */ /* Rangée d'emoji décorative au-dessus des hashtags « Tendances » (accueil) */
.footer-hashtag-emojis { .trending-hashtag-emojis {
font-size: 1.15rem; font-size: 1.15rem;
letter-spacing: 0.3em; letter-spacing: 0.3em;
line-height: 1; line-height: 1;
margin: 0 0 10px; text-align: center;
margin: 0 0 12px;
} }
-1
View File
@@ -36,7 +36,6 @@
<div class="footer-column"> <div class="footer-column">
<h3 class="footer-title">Hashtags</h3> <h3 class="footer-title">Hashtags</h3>
<div> <div>
<p class="footer-hashtag-emojis" aria-hidden="true">🎙️🔥📈🔝⬆️↗️🚩🇲🇶</p>
<ul class="footer-links"> <ul class="footer-links">
<?php <?php
if (defined('IMPORTANT_TAGS') && !empty(IMPORTANT_TAGS)): if (defined('IMPORTANT_TAGS') && !empty(IMPORTANT_TAGS)):
+1
View File
@@ -668,6 +668,7 @@ if (defined('CASTOPOD_ENABLED') && CASTOPOD_ENABLED && defined('CASTOPOD_URL') &
<!-- Section Tendances Hashtags --> <!-- Section Tendances Hashtags -->
<aside class="tags-section-container" aria-labelledby="hashtags-heading"> <aside class="tags-section-container" aria-labelledby="hashtags-heading">
<h2 id="hashtags-heading" class="section-title centered">Tendances</h2> <h2 id="hashtags-heading" class="section-title centered">Tendances</h2>
<p class="trending-hashtag-emojis" aria-hidden="true">🎙️🔥📈🔝⬆️↗️🚩🇲🇶</p>
<div class="tags-section"> <div class="tags-section">
<?php <?php