From d213a64c8622a67d90da6a485d2b40f392edcecd Mon Sep 17 00:00:00 2001 From: Daniela Brozzoni Date: Wed, 10 Aug 2022 17:57:52 +0200 Subject: [PATCH] Update playground CSS - Kinda-align things together - Set a fixed height for the iframe, so that when playing with the policies there's no scrollbar. It would be awesome if we could adjust the iframe height to the content height (so that when new things appear, there's no need for a scrollbar), but I don't know how I would do that - Include fontawesome for the + icon --- .../public/bdk-cli/playground/playground.html | 35 ++++++++++--------- docs/bdk-cli/playground.md | 2 +- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/docs/.vuepress/public/bdk-cli/playground/playground.html b/docs/.vuepress/public/bdk-cli/playground/playground.html index 14c6a89cea..8cedfc9764 100644 --- a/docs/.vuepress/public/bdk-cli/playground/playground.html +++ b/docs/.vuepress/public/bdk-cli/playground/playground.html @@ -4,6 +4,7 @@ } +
@@ -11,13 +12,13 @@

Policy Compiler

-
+
-
- - + @@ -45,15 +48,15 @@
-
+
-
-
+
- +
@@ -67,8 +70,8 @@

 
     
- > - + +
@@ -94,14 +97,14 @@ const newIndex = ++compilerKeyAliasIndex; const html = `
- - + - +
`; const prevAddBtn = document.getElementById('add_key_alias'); diff --git a/docs/bdk-cli/playground.md b/docs/bdk-cli/playground.md index 0c40014ffc..631c523e9c 100644 --- a/docs/bdk-cli/playground.md +++ b/docs/bdk-cli/playground.md @@ -1,3 +1,3 @@ # Playground - + -- 2.49.0