mediawiki-extensions-Relate.../resources/ext.relatedArticles.styles.less

15 lines
363 B
Plaintext
Raw Normal View History

@import 'mediawiki.skin.variables.less';
// Reserve space for the related articles cards.
// https://phabricator.wikimedia.org/T223844
// Note this is optimized for 3 related articles which is the majority of cases.
.client-js {
.read-more-container {
min-height: 320px;
@media ( min-width: @min-width-breakpoint-desktop ) {
min-height: 163px;
}
}
}