mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-02-07 22:50:11 +00:00
center search bar with standard grid CSS
This commit is contained in:
parent
40dbbf5376
commit
62c568414e
@ -686,10 +686,13 @@ a.btn_destructive:visited,
|
|||||||
|
|
||||||
.top-bar__search-bar {
|
.top-bar__search-bar {
|
||||||
border: 0;
|
border: 0;
|
||||||
vertical-align: -webkit-baseline-middle; /* You have no idea how sorry I am. This is a non-standard value. Seems to work in Safari, Opera and mobile Chrome. We need a jedi and a knight in shiny armor to replace it with something more standard. */
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-bar__section_search {
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.top-bar a {
|
.top-bar a {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user