Improve new search result display on mobile
This commit is contained in:
parent
8a35cc3ddc
commit
f92cd67711
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue