mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 17:40:12 +00:00
Widen WVUI search suggestions to edge of search button when search is toggled
Per T284242#7206507, the width of the search suggestions should be increased at small resolutions. Bug: T284242 Change-Id: I16ac7c4174c427d340dc16b0b56221ff7b6e1016
This commit is contained in:
parent
91af0e098d
commit
7d917c8dbb
|
@ -486,6 +486,13 @@ body {
|
||||||
|
|
||||||
#p-search {
|
#p-search {
|
||||||
margin-left: @size-search-expand + @padding-horizontal-tabs;
|
margin-left: @size-search-expand + @padding-horizontal-tabs;
|
||||||
|
// T284242#7206507: Widen the suggestion results to the edge of the search
|
||||||
|
// button at small resolutions.
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wvui-typeahead-search__wrapper {
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue