diff --git a/post_example.html b/post_example.html index 18620f3..faa2424 100644 --- a/post_example.html +++ b/post_example.html @@ -28,6 +28,8 @@ h1 {display:flex;} .title-right button{margin-left:8px;padding:16px;} .SideNav{min-width: 360px;} .SideNav-icon{margin-right: 16px} +#postBody{border-bottom: 1px solid var(--color-border-default);} +#comments{margin-top:64px;} .footer {margin: 40px auto; text-align: center;font-size: small;} #cmButton{height:48px;margin-top:48px;} @@ -155,7 +157,6 @@ function iFrameLoading(){ if(utterances[0].style.height!=""){ utterancesLoad=1; int=window.clearInterval(int); - document.getElementById("comments").setAttribute("style","border-top: 1px solid var(--color-border-default);margin-top:64px;"); document.getElementById("cmButton").style.display="none"; console.log("utterances Load OK"); }