1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-07 14:40:16 +00:00

center search bar with standard grid CSS

This commit is contained in:
Umar Getagazov 2022-12-04 12:01:19 -06:00 committed by Timur Ismagilov
parent 40dbbf5376
commit 62c568414e

View File

@ -686,10 +686,13 @@ a.btn_destructive:visited,
.top-bar__search-bar {
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%;
}
.top-bar__section_search {
align-self: center;
}
@media (prefers-color-scheme: dark) {
.top-bar a {
color: #ddd;