« Modèle:RecentArticlesButtons/styles.css » : différence entre les versions
De Nefald
Autres actions
Page créée avec « →Recent Articles Buttons - Style Sheet : →Container : .ext-recent-articles { display: flex; flex-wrap: wrap; gap: 0.6em; margin: 1.5em 0; padding: 0.8em; background-color: #f8f9fa; border-radius: 8px; justify-content: flex-start; } .ext-recent-articles ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.6em; width: 100%; } →Button : .ext-recent-articles__button... » |
compact |
||
| Ligne 60 : | Ligne 60 : | ||
max-width: 220px; | max-width: 220px; | ||
} | } | ||
} | |||
.ext-recent-articles--compact .ext-recent-articles__button { | |||
padding: 0.3em 0.8em; | |||
min-width: 100px; | |||
font-size: 0.9em; | |||
} | } | ||