fix: update borderRadius styles for chat iframe to enhance visual consistency

This commit is contained in:
mlogclub
2026-07-30 14:38:56 +08:00
parent 558cba9fcb
commit 7b2594e25d
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -174,4 +174,5 @@ test("chat iframe layout uses dynamic viewport height for iOS browser chrome", a
assert.ok(frame)
assert.match(frame.style.height, /100dvh/)
assert.match(frame.style.maxWidth, /100vw/)
assert.equal(frame.style.borderRadius, "18px")
})