question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Search bar misaligned in webkit

See original GitHub issue

gecko 2015-10-31-111341_1280x800_scrot

webkit and IE11 2015-10-31-111330_1280x800_scrot

http://codepen.io/anon/pen/MaXqjL

<nav class="pink" role="navigation">
  <div class="nav-wrapper container">
    <a id="logo-container" href="/" class="brand-logo black-text">
      <img src="/img/logo.png" alt="title" />
      <span>title</span>
    </a>
    <ul class="right"><li>
      <form action="/search" method="post">
        <div class="input-field">
          <input id="search" name="search" type="search" placeholder="Search tags..." required>
          <label for="search"><i class="material-icons black-text">search</i></label>
        </div>
      </form>
    </li></ul>
  </div>
</nav>

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
fegacommented, Apr 15, 2017

@keeferrouke thanks to take the time to test all of this stuff.

The icons issue could be a problem with the material icon project and the ligature support of the web browsers, but should be great to provide a fallback for compatibility

We will have in mind this issue, thanks again.

1reaction
keeferrourkecommented, Jul 9, 2017

Has this been solved? At this point… what is the correct markup to put a search-bar in the nav-bar?

Read more comments on GitHub >

github_iconTop Results From Across the Web

javascript - Search-bar not aligning in navbar
It seems aligned now but when you hover or use the the search bar, since it expands, the item(sign in & sign out)...
Read more >
search bar misaligned
search bar misaligned ... Is it possible to align the search box with the menu. I had it working before the last update...
Read more >
WebKit HTML5 Search Inputs
A search input in WebKit by default has an inset border, ... search fields look just like the search box in the upper...
Read more >
Handling common HTML and CSS problems - MDN Web Docs
In the Search packages text field, type "lint" and press Enter/Return to search for linting-related packages.
Read more >
Using search bar in safari to search a specific site
You can use the same syntax in Safari's address bar as you would directly in Google etc. site: Example
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found