From 9f1c9566729d9851328cb2e9555bc12de946fcc7 Mon Sep 17 00:00:00 2001 From: Sergey Beresnev Date: Fri, 18 Mar 2022 06:10:20 +0200 Subject: [PATCH 1/3] chore: master branch merged back --- docs/.vuepress/styles/index.styl | 17 +++++++++++++++++ docs/dashboard/README.md | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 docs/dashboard/README.md diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 441986a3..2da5304c 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -78,3 +78,20 @@ margin-block-end: 0 !important; margin-inline-start: 0px; margin-inline-end: 0px; + + +/* dune iframe */ +div#root + position: absolute; + width: 100%; + left: -5px; + height: 100%; + + +/* dune iframe */ +div#root > iframe + display: block; + width: 100%; + height: 100%; + border: none; +} diff --git a/docs/dashboard/README.md b/docs/dashboard/README.md new file mode 100644 index 00000000..851cdab0 --- /dev/null +++ b/docs/dashboard/README.md @@ -0,0 +1,3 @@ +
+ +
From 26661aefe454c4a0f7340ecf5bb509fbbd7e5c38 Mon Sep 17 00:00:00 2001 From: Sergey Beresnev Date: Fri, 18 Mar 2022 06:15:21 +0200 Subject: [PATCH 2/3] chore: hotfix --- docs/.vuepress/styles/index.styl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 2da5304c..edec990d 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -94,4 +94,3 @@ div#root > iframe width: 100%; height: 100%; border: none; -} From 56bb05f6761ca746fcf05ee9dcb194ec91529fa8 Mon Sep 17 00:00:00 2001 From: Sergey Beresnev Date: Fri, 18 Mar 2022 06:16:22 +0200 Subject: [PATCH 3/3] chore: temp folder added --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a00aa925..a5232463 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ node_modules !.yarn/plugins !.yarn/sdks !.yarn/versions +/docs/.vuepress/.temp/