mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-24 16:25:52 +00:00
fc7799b9f3
* If a footer-content element is present prepend there * If no footer-content element given wrap the component in a container that is known to be compatible with known skins - this has post-content class (for backwards compatiblity with old Minerva skins) and a class to apply the correct margin to Vector Bug: T141002 Change-Id: Iac11948f8f5fdaad45d51b905bb7494a84775710
19 lines
271 B
Plaintext
19 lines
271 B
Plaintext
// Hide RelatedArticles when VE is activated (https://phabricator.wikimedia.org/T120443)
|
|
.ve-activated {
|
|
.ra-read-more {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.read-more-container {
|
|
margin: 0 0 0 10em;
|
|
}
|
|
|
|
.ra-read-more {
|
|
padding: 1em;
|
|
|
|
.ext-cards-card-list {
|
|
margin-left: 0;
|
|
}
|
|
}
|