This commit is contained in:
2026-05-24 09:27:45 +05:00
parent 30c75da9cf
commit 88fe3d6c15
+1 -1
View File
@@ -9,7 +9,7 @@ const jsinjectObserver = new ResizeObserver((entries) => {
if (isInMobile) {
// Здесь можно выполнять любые действия при изменении размера
entry.target.style.borderColor = `hsl(${rect.width % 360}, 50%, 50%)`;
}
}
}
});