winjs / winstrap

The official Bootstrap theme for Microsoft's Modern design language
http://winstrap.azurewebsites.net
Other
533 stars 122 forks source link

Navbar search box is broken on mobile device #159

Open amjithps opened 6 years ago

amjithps commented 6 years ago

Navbar search box is broken in mobile devices. image

codefactorymx commented 6 years ago

Just add display: Inline-flex to the parent div of the search text input. I'll add a pull request with the fix

codefactorymx commented 6 years ago

Add the following style to src/scss/win/_main.scss

.navbar-right { display: inline-flex }

amjithps commented 6 years ago

I am using custom build application and using the CSS /css/winstrap.css

Should i want to add this style "display: inline-flex" to all navbar-right media's?

codefactorymx commented 6 years ago

Hi Amjith, a fix was sent to MS guys. Meanwhile, you can download the css from here https://github.com/codefactorymx/winstrap/tree/master/dist/css