From e7c1c160b56200a572ed7d627e11411d04d9e211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 19 Feb 2019 17:55:06 -0600 Subject: [PATCH] Closes #250 and fixes API doc links --- app/components/api/header-blockchain.js | 2 +- app/components/api/header-sdk.js | 2 +- app/sass/_layout.scss | 9 +++++++++ app/views/spec.js | 6 +++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/app/components/api/header-blockchain.js b/app/components/api/header-blockchain.js index 8b88eb3..a27c5ef 100644 --- a/app/components/api/header-blockchain.js +++ b/app/components/api/header-blockchain.js @@ -18,6 +18,6 @@ export default () => html`

You can find the repo for this API on GitHub:

-
https://github.com/lbryio/lbry
+
https://github.com/lbryio/lbrycrd
`; diff --git a/app/components/api/header-sdk.js b/app/components/api/header-sdk.js index 890b02e..a1c26d0 100644 --- a/app/components/api/header-sdk.js +++ b/app/components/api/header-sdk.js @@ -18,6 +18,6 @@ export default () => html`

You can find the repo for this API on GitHub:

-
https://github.com/lbryio/lbrycrd
+
https://github.com/lbryio/lbry
`; diff --git a/app/sass/_layout.scss b/app/sass/_layout.scss index e7ab803..dfa1454 100644 --- a/app/sass/_layout.scss +++ b/app/sass/_layout.scss @@ -83,3 +83,12 @@ sub { display: block; line-height: 1.55; } + +frame-viewer { + width: 100%; height: calc(100vh - 4rem); // TODO: Update when new navigation is merged + display: block; + + iframe { + width: 100%; height: 100%; + } +} diff --git a/app/views/spec.js b/app/views/spec.js index 2e01bb0..5742354 100644 --- a/app/views/spec.js +++ b/app/views/spec.js @@ -18,9 +18,9 @@ export default state => { }; return html` -
- -
+ + +