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

View File

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

View File

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