mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 08:23:52 +00:00
Merge "Tweak mobile "Read as wiki page" button placement"
This commit is contained in:
commit
de789ecf84
|
@ -733,6 +733,13 @@ h1, h2, h3, h4, h5, h6 {
|
|||
background: @colorGray15;
|
||||
border-top: 1px solid @colorGray14;
|
||||
text-align: center;
|
||||
// Match Minerva styles
|
||||
max-width: 993.3px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
// Avoid smooshing with content / empty state (T320755)
|
||||
margin-top: 32px;
|
||||
margin-bottom: -32px; // stylelint-disable-line declaration-block-no-redundant-longhand-properties
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue