plugin v1.0.1
Deploy / Deploy (push) Successful in 1m13s Details

This commit is contained in:
JotaChina 2025-11-23 14:05:58 -03:00
parent cb3fdcdc72
commit 8fbacd6158
2 changed files with 6 additions and 10 deletions

View File

@ -473,7 +473,7 @@ title: "{{ page.file }}"
</h3>
{% assign creation_url =
'/~jotachina/mmpSearch/creation.html?project=' | append: page.file
'/creation.html?project=' | append: page.file
%}
<span class="icon"
><i class="fa-solid fa-up-right-from-square"></i

View File

@ -66,17 +66,13 @@ body.embed-mode {
/* =============================================== */
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
background-color: var(--bg-body);
color: var(--text-light);
/* REMOVA ou ALTERE estas linhas: */
/* height: 100vh; <- Isso força o site a ter tamanho fixo, ruim para sites com scroll */
/* overflow: hidden; <- Isso impede o scroll da página do site */
/* display: flex; <- ESSE É O CULPADO */
display: block; /* Volta ao normal */
min-height: 100vh;
height: 100vh;
overflow: hidden;
display: flex;
}
body.knob-dragging {