fix(andreknie.de): improve mobile dock and resource requests

This commit is contained in:
2026-07-28 20:54:08 +02:00
parent 0459daa074
commit 8236cce85c
12 changed files with 219 additions and 61 deletions
@@ -114,6 +114,23 @@
}
@media (max-width: 600px) {
.dock { gap: 6px; padding: 6px 8px; }
.dock-item { width: 38px; height: 38px; }
.dock-container {
bottom: max(12px, env(safe-area-inset-bottom));
max-width: calc(100vw - 24px);
}
.dock {
gap: 6px;
padding: 6px 8px;
max-width: 100%;
}
.dock-item-wrapper-secondary {
display: none;
}
.dock-item {
width: 44px;
height: 44px;
}
}