mediawiki-skins-MinervaNeue/skinStyles/mediawiki.searchSuggest/index.less
jdlrobson ca18ad75d3 minerva-header class is now in cached HTML, remove old header class
This completes the migration from header to minerva-header

Bug: T172626
Change-Id: Ibb86359e683e08d86091f855e3813a99e0ad2cee
2021-07-20 18:36:39 +00:00

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;
}
}
}
}