mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Improve search style
This commit is contained in:
@@ -179,7 +179,6 @@ nav.sub {
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
overflow: auto;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.sidebar .current {
|
||||
@@ -273,9 +272,19 @@ nav.sub {
|
||||
overflow: auto;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#search {
|
||||
margin-left: 230px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#results {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.content pre.line-numbers {
|
||||
float: left;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user