MinervaNeue/skinStyles/mobile.special.styles/minerva.less

65 lines
1018 B
Plaintext

@import '../../minerva.less/minerva.variables';
// FIXME [mediawiki ui] These rules should not be needed in the mobile context
.mw-ui-button-group {
text-align: center;
* {
float: none !important;
}
// For talk and CTA drawer
.mw-ui-block {
width: auto;
}
}
.ns-special {
#content {
#section_0 {
padding: 34px 0 0;
font-size: 1.5em;
font-weight: bold;
}
.pre-content {
padding: 0;
}
}
// Specific to override mobile display
.heading-holder .tagline {
margin-bottom: 15px;
}
h1,
h2 {
// Important given we have no idea which rules special pages are enforcing
font-family: @fontFamily !important;
}
.content-header {
h1,
h2 {
text-align: center;
}
}
}
// Used by MobileSpecialPageFeed.php in MobileFrontend
.truncated-text {
// FIXME: this works only in WebKit
&.multi-line {
white-space: normal;
display: -webkit-box;
-webkit-box-orient: vertical;
}
&.two-line {
-webkit-line-clamp: 2;
// fallback for non-WebKit
max-height: 2.6em;
}
}