Compact tasks hero and harden sticky toolbar
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-20 10:59:58 +01:00
parent 7a71efedd1
commit a916bf8c4d
3 changed files with 86 additions and 42 deletions

View File

@@ -551,6 +551,12 @@ html.guest-theme.dark {
animation: admin-fade-up 220ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.admin-sticky-toolbar {
position: sticky;
top: calc(env(safe-area-inset-top, 0px) + 76px);
z-index: 45;
}
@media (prefers-reduced-motion: reduce) {
.admin-fade-up {
animation: none;