Browse Source

Fix search not showing full height on Safari

pm2
Luke Childs 8 years ago
parent
commit
ce61675a1a
  1. 7
      assets/style.css

7
assets/style.css

@ -65,18 +65,23 @@ h1 {
.search {
flex: 1;
margin-left: 5em;
display: flex;
}
.search .desc {
display: none;
}
.search label {
flex: 1;
display: flex;
}
.search input {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #666;
width: 100%;
-webkit-appearance: none;
height: 100%;
border: 1px solid #eee;
border-width: 0 1px;
font-size: 28px;

Loading…
Cancel
Save