MediaWiki:Gadget-FixRelatedArticles.css
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
#mw-data-after-content {
padding: 0 20px 20px 20px;
}
.read-more-container-card-list li {
box-shadow: 0 1px 1px color-mix(in srgb, var(--background-color-progressive) 50%, transparent);
height: 5rem;
min-width: 0;
}
.read-more-container-card-list .cdx-card__text {
width: 85%;
}
.read-more-container-card-list .cdx-card__text__title {
font-size: 1.1em;
font-weight: bold;
text-transform: none;
}
.read-more-container-card-list .cdx-card__text__description {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.read-more-container-card-list .cdx-thumbnail__image {
background-position: top;
}