mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-04 04:38:28 +00:00
6dee0147f4
* Move across all files * Rename ext-card- prefix to ext-related-articles- prefix ** Since all code using these prefixes is JS we do not have to worry about cached HTML Bug: T137021 Change-Id: I784fd132c36329fa0dcc49fe2804460061940347
19 lines
282 B
Plaintext
19 lines
282 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-related-articles-card-list {
|
|
margin-left: 0;
|
|
}
|
|
}
|