Removing search controls in desktop.

This commit is contained in:
Sergiotarxz 2023-09-12 09:22:35 +02:00
parent 007be4c457
commit 88aa445156
2 changed files with 5 additions and 0 deletions

View File

@ -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%;

View File

@ -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 {