fix(client): improve search ui (#35146)
This commit is contained in:
committed by
Valeriy
parent
96bfcfd654
commit
4fd54a085c
@ -105,16 +105,45 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fcc_searchBar .ais-Hits {
|
.fcc_searchBar .ais-Hits {
|
||||||
width: 60%;
|
width: 100%;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 735px) {
|
@media (min-width: 480px) {
|
||||||
|
.fcc_searchBar .ais-Hits {
|
||||||
|
width: 90%;
|
||||||
|
left: 5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 735px) {
|
||||||
.fcc_searchBar .ais-Hits {
|
.fcc_searchBar .ais-Hits {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.fcc_searchBar {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.fcc_searchBar .ais-Hits {
|
||||||
|
width: calc(100% - 20px);
|
||||||
|
left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* hits */
|
||||||
|
.fcc_searchBar .ais-Highlight-highlighted {
|
||||||
|
background-color: transparent;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fcc_searchBar .fcc_suggestion_item {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Navbar logo */
|
/* Navbar logo */
|
||||||
|
|
||||||
.logo-glyph {
|
.logo-glyph {
|
||||||
|
Reference in New Issue
Block a user