feat(landing): align homepage with current alpha

This commit is contained in:
itsrubberduck
2026-07-27 11:46:39 +02:00
parent 30bf0d51c8
commit d6b2b328f6
2 changed files with 23 additions and 10 deletions

View File

@@ -384,6 +384,18 @@ const openManager = () => {
color: var(--accent);
}
@media (max-width: 767px) {
.cookie-manage-button {
position: static;
display: block;
width: fit-content;
margin: 0.75rem;
margin-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
padding: 0.4rem 0.75rem;
font-size: 0.75rem;
}
}
.cookie-fade-enter-active,
.cookie-fade-leave-active {
transition: opacity 0.25s ease;