From 753ce868c64b82d9826404d31b1f73dad521956f Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 18 Sep 2026 00:27:21 +0000 Subject: [PATCH] Examples: simplify profile demo to print the result code --- examples/index.html | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/examples/index.html b/examples/index.html index ab4e789..67376ce 100644 --- a/examples/index.html +++ b/examples/index.html @@ -10,10 +10,10 @@ } .section a, .section button { display: inline-block; - padding: 0.2em 0.6em; - margin: 1px 4px 1px 0; + padding: 0.4em; + margin-right: 0.3em; border: none; - background: #ccc8; + background: #aaa2; color: inherit; font: inherit; text-decoration: none; @@ -38,10 +38,10 @@

API Mode (not leaving the page)

For SPAs and fetch() calls - shows auth in an iframe overlay:

+ -
@@ -60,51 +60,47 @@