forked from ORGANISATION-KA-INTERNATIONALE/FEDIVERSE-OKI
feat: add last podcast from castopod
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user