mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-20 03:51:06 +00:00
9a5d59caee
Also enabling 'no-descending-specificity' rule and the same time simplify VE hidden rule. Change-Id: Idad811e7fca681883fccbc961c70f49e2b356c02
17 lines
236 B
Plaintext
17 lines
236 B
Plaintext
.read-more-container {
|
|
margin: 0 0 0 10em;
|
|
}
|
|
|
|
.ra-read-more {
|
|
padding: 1em;
|
|
|
|
// Hide RelatedArticles when VE is activated, see T120443
|
|
.ve-activated & {
|
|
display: none;
|
|
}
|
|
|
|
.ext-related-articles-card-list {
|
|
margin-left: 0;
|
|
}
|
|
}
|