Improve new search result display on mobile

This commit is contained in:
Guillaume Gomez 2023-05-23 13:41:59 +02:00
parent 8a35cc3ddc
commit f92cd67711

View File

@ -1722,6 +1722,14 @@ in source-script.js
display: block;
}
.search-results > a > .type-kind {
display: inline-block;
}
.search-results > a > .result-name {
display: inline-block;
margin-left: 7px;
}
/* Display an alternating layout on tablets and phones */
.search-results > a {
padding: 5px 0px;