feat: add last podcast from castopod

This commit is contained in:
2025-10-17 17:38:16 +04:00
parent b35dbde8c9
commit 0319fa20c3
9 changed files with 692 additions and 87 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
/* Styles pour la liste compacte d'articles WordPress */
/* Container principal pour timeline + wordpress */
.timeline-wordpress-container {
.timeline-container {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 20px;
@@ -27,7 +27,7 @@
}
/* Assurer que le container Mastodon garde son scroll */
.timeline-wordpress-container .mt-container {
.timeline-container .mt-container {
height: 400px !important;
overflow-y: auto !important;
}
@@ -155,7 +155,7 @@
/* Responsive Design */
@media (max-width: 1024px) {
/* Mobile/Tablette: layout vertical */
.timeline-wordpress-container {
.timeline-container {
grid-template-columns: 1fr;
gap: 15px;
}
@@ -165,7 +165,7 @@
}
/* Maintenir la hauteur et le scroll du container Mastodon en mobile */
.timeline-wordpress-container .mt-container {
.timeline-container .mt-container {
height: 400px !important;
overflow-y: auto !important;
max-height: 400px !important;