mediawiki-skins-Citizen/skinStyles/extensions/RelatedArticles/ext.relatedArticles.styles.less
alistair3149 60999eb1d9
feat(core): replace breakpoint LESS variables with Codex tokens
Codex tokens are a better implementation and this should ensure consistency across the MW ecosystem.
We have to keep a copy for now as they are introduced in 1.41.

Related: #735
2023-11-16 17:55:59 -05:00

23 lines
431 B
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:RelatedArticles
* Module: ext.relatedArticles.styles
* Version: REL1_39 f513e5c
*
* Date: 2022-11-16
*/
@import '../../../resources/variables.less';
.client-js {
.read-more-container {
min-height: 19rem; // relatedarticle needs a min-height to render
padding: 0 var( --padding-page );
@media ( min-width: @min-width-breakpoint-desktop ) {
min-height: 7.75rem;
}
}
}