mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
61ba76efdb
This is handled by MobileFrontend now, just as it should do. We rely on skinStyles where possible. Depends-On: I665f6fe60939475249786fdc951149c38473fda6 Bug: T173597 Change-Id: I0fe9efcf98bbd8e188d91a29d4cfda897d47808d
36 lines
553 B
Plaintext
36 lines
553 B
Plaintext
@import 'minerva.variables';
|
|
@import 'minerva.mixins';
|
|
|
|
.mw-mobile-mode .searchresults {
|
|
ul.mw-search-results {
|
|
list-style: none;
|
|
|
|
.mw-search-result-heading {
|
|
font-weight: bold;
|
|
}
|
|
.mw-search-result-data {
|
|
font-size: 0.7em;
|
|
font-style: italic;
|
|
color: @colorGray5;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
div.searchresult {
|
|
font-size: 0.9em;
|
|
width: 100%;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-search-createlink,
|
|
.mw-search-profile-tabs {
|
|
display: none;
|
|
}
|
|
|
|
@media all and ( min-width: @deviceWidthTablet ) {
|
|
#search {
|
|
display: none;
|
|
}
|
|
}
|