mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
Improve new search result display on mobile
This commit is contained in:
parent
8a35cc3ddc
commit
f92cd67711
@ -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…
Reference in New Issue
Block a user