mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
d407d1054c
Most of these are captured in other bugs The anon talk message style doesn't do anything. Bug: T344022 Change-Id: Iba1fce98ea05931fe07b2b20f07c62d198039d1b
23 lines
443 B
Plaintext
23 lines
443 B
Plaintext
// div adds specificity so this overrides the default styles.
|
|
div.minerva-anon-talk-message {
|
|
margin-top: 16px;
|
|
margin-bottom: 0;
|
|
|
|
.usermessage {
|
|
display: inline;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
|
|
// Hide the alert provided by Echo,
|
|
// as there is no space for it in header.
|
|
// stylelint-disable-next-line selector-max-id
|
|
#pt-talk-alert {
|
|
display: none;
|
|
}
|
|
|
|
// Hide on all non-main namespaces
|
|
.ns-0 .minerva-anon-talk-message {
|
|
display: none;
|
|
}
|