jenkins-bot has submitted this change and it was merged.

Change subject: Viewport dependant sizing of the search field
......................................................................


Viewport dependant sizing of the search field

Already live on English Wikipedia

Bug: T117316
Change-Id: I11c44a71cab8cb36050313621da54ffa64320ccf
---
M components/search.less
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Edokter: Looks good to me, but someone else must approve
  Jdrewniak: Looks good to me, but someone else must approve
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/components/search.less b/components/search.less
index 925205c..75a0796 100644
--- a/components/search.less
+++ b/components/search.less
@@ -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;

-- 
To view, visit https://gerrit.wikimedia.org/r/250187
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I11c44a71cab8cb36050313621da54ffa64320ccf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Edokter <[email protected]>
Gerrit-Reviewer: JGirault <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Jdrewniak <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to