add smooth border around the chat iframe

This commit is contained in:
ChronosXYZ 2024-07-25 17:19:46 +03:00
parent 104da93ff8
commit 89f11fe178
Signed by: ChronosXYZ
GPG Key ID: 189BF50EBD342791

View File

@ -1,2 +1,3 @@
<p><b>Чат</b></p>
<iframe src="https://webirc.antiope.link" style="border:0; width:100%; height:450px;"></iframe>
<iframe src="https://webirc.antiope.link"
style="border:0; width:100%; height:450px; border: 1px #fff;border-radius: 5mm;"></iframe>