diff --git a/post_example.html b/post_example.html index 8cbf3fd..431be3b 100644 --- a/post_example.html +++ b/post_example.html @@ -28,7 +28,6 @@ h1 {display:flex;} .title-right button{margin-left:8px;padding:16px;} .SideNav{min-width: 360px;} .SideNav-icon{margin-right: 16px} -.comments{border-top: 2px solid var(--color-border-default);margin-top:64px;} .footer {margin: 40px auto; text-align: center;font-size: small;} #cmButton{height:48px;margin-top:48px;} @@ -48,7 +47,7 @@ h1 {display:flex;}
- +
@@ -165,8 +164,8 @@ function iFrameLoading(){ function iFrameOK(){ utterancesLoad=1; int=window.clearInterval(int); + document.getElementById("comments").setAttribute("style","border-top: 2px solid var(--color-border-default);margin-top:64px;"); document.getElementById("cmButton").style.display="none"; - document.getElementById("comments").style.display="block"; console.log("utterances Load OK"); }