fix(header): header style and search dropdown (#282)

This commit is contained in:
Dillon
2020-04-29 15:40:57 +08:00
committed by GitHub
parent 7affd65bba
commit fa4c567ac4
9 changed files with 33 additions and 12 deletions

View File

@@ -8,11 +8,18 @@ header {
}
.logo {
min-height: 1.25em;
height: 1.25em;
min-height: 1.5em;
height: 1.5em;
vertical-align: text-bottom;
}
.logo, .header-title-pre {
padding-right: .25rem;
}
.header-title-post {
padding-left: .25rem;
}
}
.header-wrapper {