From 36d336a7188004dc5528cfa21adaa5cf9b71b39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B5=D0=B4=D0=B7=D0=B2=D0=B5=D1=86=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=98=D0=B2=D0=B0=D0=BD?= Date: Wed, 25 Oct 2023 19:00:33 +0300 Subject: [PATCH] Update demo-ton-ui.html --- ton-connect-ui/demo-ton-ui.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ton-connect-ui/demo-ton-ui.html b/ton-connect-ui/demo-ton-ui.html index cbc9a6f..1498976 100644 --- a/ton-connect-ui/demo-ton-ui.html +++ b/ton-connect-ui/demo-ton-ui.html @@ -20,11 +20,19 @@ .center button { font-size: 25px; } + + pre { + word-wrap: break-word; + word-break: break-word; + max-width: 100vw; + text-wrap: wrap; + }
+

 
@@ -52,5 +60,9 @@ const connectedWallet = await tonConnectUI.connectWallet(); log("connected after connectWallet"); } + + function disconnectWallet() { + tonConnectUI.disconnect(); + }