评论顶部边框修改
This commit is contained in:
parent
3ff39183a9
commit
eb0bbc3304
@ -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;}
|
||||
</style>
|
||||
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user