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