Skip to content

Commit 62ac915

Browse files
committed
Fix header height in Safari
1 parent 75167e0 commit 62ac915

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pages/scripts/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ customElements.define('cr-search-control', class extends HTMLElement {
255255
256256
/* Float to the right */
257257
margin-left: auto;
258-
display: block;
259258
}
260259
input::placeholder {
261260
color: var(--header-text-color);

pages/styles/protocol.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ main, cr-search-results {
100100
main > header {
101101
background-color: #3f51b5;
102102
color: var(--header-text-color);
103-
display: flex;
104103
justify-content: space-between;
105104
align-items: center;
106105
}
@@ -116,6 +115,7 @@ main > header h1 {
116115
cr-search-control {
117116
flex: 1;
118117
margin: 0 25px;
118+
display: inline-block;
119119
}
120120

121121
main > section {

0 commit comments

Comments
 (0)