mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
37 lines
565 B
Plaintext
37 lines
565 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 {
|
||
|
.header {
|
||
|
position: relative;
|
||
|
|
||
|
.search-box {
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
left: 30px;
|
||
|
top: 10px;
|
||
|
right: 0;
|
||
|
z-index: @z-indexDrawer;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|