Improve search style
This commit is contained in:
parent
226656ff72
commit
611d0e6cce
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue