Исправлены create UI, PWA-иконки, tooltip A2HS и breakpoint админ-меню 1015px.
devops-tools/wrapped/wrapped-build/pipeline/head This commit looks good
devops-tools/wrapped/wrapped-deploy/pipeline/head This commit looks good

This commit is contained in:
Sergey Antropoff
2026-07-29 21:03:51 +03:00
parent 54749e5e12
commit eef8c4ec57
9 changed files with 80 additions and 106 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
const nav = document.getElementById("admin-nav");
if (!top || !toggle || !nav) return;
const mq = window.matchMedia("(max-width: 860px)");
const mq = window.matchMedia("(max-width: 1015px)");
const syncLabel = () => {
const open = top.classList.contains("is-nav-open");