Fix: Footer zeigt Tenant-Namen (kein checkflo), Phone-Höhe 430px, weniger Freiraum

This commit is contained in:
rene 2026-05-17 16:31:48 +02:00
parent 52ec9fac75
commit 69f9462b71
2 changed files with 8 additions and 7 deletions

View file

@ -487,7 +487,7 @@
background: #fff; background: #fff;
border-radius: 24px; border-radius: 24px;
overflow: hidden; overflow: hidden;
height: 480px; height: 430px;
position: relative; position: relative;
} }
.phone-screen iframe { .phone-screen iframe {
@ -495,7 +495,7 @@
top: 0; top: 0;
left: 0; left: 0;
width: 390px; width: 390px;
height: 960px; height: 860px;
border: none; border: none;
transform: scale(0.502); transform: scale(0.502);
transform-origin: top left; transform-origin: top left;

View file

@ -176,7 +176,7 @@
{/if} {/if}
<footer> <footer>
<a href="/">checkflo</a> {#if tenant?.name}<span>{tenant.name}</span>{/if}
</footer> </footer>
</div> </div>
@ -187,7 +187,7 @@
flex-direction: column; flex-direction: column;
max-width: 480px; max-width: 480px;
margin: 0 auto; margin: 0 auto;
padding: 0 0 2rem; padding: 0 0 0.5rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
} }
@ -347,9 +347,10 @@
/* FOOTER */ /* FOOTER */
footer { footer {
text-align: center; text-align: center;
padding: 1rem; padding: 0.5rem;
font-size: 0.8rem; font-size: 0.75rem;
color: #aaa; color: #ccc;
margin-top: auto;
} }
footer a { color: #aaa; } footer a { color: #aaa; }
footer a:hover { color: var(--brand); } footer a:hover { color: var(--brand); }