mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
cc513b9e72
This reverts commit b28b80e222
.
Reason for revert: Changes broke dialogs in mobile VE.
Change-Id: I957661a882b1d8aa50cede906631d29f4a51e530
37 lines
573 B
Plaintext
37 lines
573 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
@media screen and ( max-width: @width-breakpoint-tablet ) {
|
|
.suggestions-results {
|
|
display: table;
|
|
width: 100%;
|
|
|
|
a {
|
|
height: 70px;
|
|
width: 100%;
|
|
display: table;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.suggestions-result {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.search-enabled {
|
|
.minerva-header {
|
|
position: relative;
|
|
|
|
.search-box {
|
|
display: block;
|
|
position: absolute;
|
|
left: 30px;
|
|
top: 10px;
|
|
right: 0;
|
|
z-index: @z-indexDrawer;
|
|
}
|
|
}
|
|
}
|
|
}
|