mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Fix layout of [subscribe] links on desktop Minerva
This is the minimal fix, they still look out of place, but they don't break layout of the whole page. Bug: T292241 Change-Id: I1538962dd266fb455051e4dfe2680e47c4d1bb4c
This commit is contained in:
parent
28885e81aa
commit
9daf5e1202
|
@ -150,6 +150,12 @@ span[ data-mw-comment-start ] {
|
|||
margin-top: 0.7em;
|
||||
}
|
||||
|
||||
.skin-minerva & {
|
||||
// Temporary fix for desktop Minerva (T292241)
|
||||
float: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ext-discussiontools-topicsubscription-enabled & {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue