merge: classroom overhaul

This commit is contained in:
itsrubberduck
2026-07-27 11:55:08 +02:00
12 changed files with 1891 additions and 1916 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;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff