diff --git a/examples/rln-js/index.html b/examples/rln-js/index.html index 2e012e6..6ad6e93 100644 --- a/examples/rln-js/index.html +++ b/examples/rln-js/index.html @@ -110,14 +110,17 @@ .pairingInfo button { flex-grow: 1; - cursor: pointer; - padding: 10px; } .pairingInfo button + button { margin-left: 5px; } + button { + cursor: pointer; + padding: 10px; + } + .chatArea { } @@ -141,6 +144,15 @@ padding: 5px; margin-bottom: 10px; } + + .mb-1 { + margin-bottom: 1rem; + } + + .status { + display: flex; + justify-content: space-between; + } @@ -150,6 +162,7 @@ Status: Starting... +