mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
60999eb1d9
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
23 lines
431 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|