Viewport dependant sizing of the search field

Already live on English Wikipedia

Bug: T117316
Change-Id: I11c44a71cab8cb36050313621da54ffa64320ccf
This commit is contained in:
Derk-Jan Hartman 2015-10-31 13:43:08 +01:00
parent 31e1a44112
commit 35bfc07b46
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
div#simpleSearch {
display: block;
width: 12.6em;
width: 20vw; /* responsive width */
min-width: 5em;
max-width: 20em;
padding-right: 1.4em;
height: 1.4em;
margin-top: 0.65em;