Moving search bar to the bottom to avoid conflict with ads.

This commit is contained in:
Sergiotarxz 2025-01-02 19:11:41 +01:00
parent bc817ffbcf
commit 2c8c1c8857
3 changed files with 5 additions and 11 deletions

View File

@ -218,8 +218,7 @@ body {
left: 0;
width: 100%;
opacity: 40%;
top: 80px;
height: calc(100% - 60px);
height: calc(100% - 80px);
z-index: 250;
display: none; }
body div.transparent-fullscreen-hide.show {
@ -229,7 +228,6 @@ body {
position: fixed;
left: 100%;
width: Min(70%, 600px);
top: 80px;
height: calc(100% - 80px);
z-index: 500;
transition: left 0.5s ease-in, visibility 0.5s ease-in;
@ -328,7 +326,7 @@ body {
height: 80px;
justify-content: start;
flex-direction: row;
top: 0%; }
top: calc(100% - 80px); }
body nav.mobile-shortcuts a {
height: 100%;
width: 80px;
@ -355,7 +353,6 @@ body {
body div.page-contents {
background: #FEFEFA;
position: fixed;
top: 80px;
height: calc(80% - 80px);
width: 100%;
overflow-y: scroll; }

View File

@ -321,8 +321,7 @@ body {
left: 0;
width: 100%;
opacity: 40%;
top: 80px;
height: calc(100% - 60px);
height: calc(100% - 80px);
z-index: 250;
display: none;
@ -336,7 +335,6 @@ body {
position: fixed;
left: 100%;
width: Min(70%, 600px);
top: 80px;
height: calc(100% - 80px);
z-index: 500;
transition: left 0.5s ease-in, visibility 0.5s ease-in;
@ -481,7 +479,7 @@ body {
height: 80px;
justify-content: start;
flex-direction: row;
top: 0%;
top: calc(100% - 80px);
a {
height: 100%;
@ -518,7 +516,6 @@ body {
div.page-contents {
background: $background-page;
position: fixed;
top: 80px;
height: calc(80% - 80px);
width: 100%;
overflow-y: scroll;

View File

@ -65,7 +65,6 @@
</div>
</div>
<div class="complete-container">
%= include 'page/_mobile_menu', categories => $categories
%= include 'page/_mobile_foldable', categories => $categories
<div class="contents-without-menu">
<div class="search-in-page">
@ -110,5 +109,6 @@
</div>
</div>
</div>
%= include 'page/_mobile_menu', categories => $categories
</div>
</html>