Removing search controls in desktop.
This commit is contained in:
parent
007be4c457
commit
88aa445156
@ -433,6 +433,8 @@ body {
|
||||
@media (min-width: 1100px) {
|
||||
body nav.mobile-shortcuts {
|
||||
display: none; }
|
||||
body div.search-in-page.active {
|
||||
display: none; }
|
||||
body div.page-contents {
|
||||
top: 0%;
|
||||
left: 5%;
|
||||
|
@ -655,6 +655,9 @@ body {
|
||||
nav.mobile-shortcuts {
|
||||
display: none;
|
||||
}
|
||||
div.search-in-page.active {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.page-contents {
|
||||
nav.mobile-foldable, nav.mobile-foldable.show {
|
||||
|
Loading…
Reference in New Issue
Block a user