New fix for size in normal search.

This commit is contained in:
Sergiotarxz 2025-01-06 03:44:05 +01:00
parent dc94cda4fd
commit 85400b8f61
3 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ body {
top: 0; top: 0;
flex-direction: column; } flex-direction: column; }
body div.search-overlay.default div.search-results { body div.search-overlay.default div.search-results {
height: calc(100% - 80px - 2rem); height: calc(100% - 80px);
overflow-y: scroll; } overflow-y: scroll; }
body div.search-overlay div.search-results { body div.search-overlay div.search-results {
height: calc(100% - 80px); height: calc(100% - 80px);
@ -550,7 +550,7 @@ div.burguillos-logo-container {
div.search-overlay div.search { div.search-overlay div.search {
width: calc(100% - 60px); width: calc(100% - 60px);
height: 60px; height: 80px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; } margin-right: 0px; }

View File

@ -148,7 +148,7 @@ body {
&.default { &.default {
div.search-results { div.search-results {
height: calc(100% - 80px - 2rem); height: calc(100% - 80px);
overflow-y: scroll; overflow-y: scroll;
} }
} }
@ -809,7 +809,7 @@ div.burguillos-logo-container.active img {}
div.search-overlay { div.search-overlay {
div.search { div.search {
width: calc(100% - 60px); width: calc(100% - 60px);
height: 60px; height: 80px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
} }

View File

@ -82,7 +82,7 @@
</a> </a>
</div> </div>
% } % }
<div class="search-results"> <div class="search-results <%=$is_android && 'android'%>">
<%= content %> <%= content %>
<p>Burguillos Info ©2022-<%=$year%> Sergio Iglesias</p> <p>Burguillos Info ©2022-<%=$year%> Sergio Iglesias</p>
</div> </div>