Fixed some MarkDown issues
This commit is contained in:
parent
731ae08ec0
commit
ca81f05665
2 changed files with 11 additions and 1 deletions
|
@ -30,6 +30,7 @@ function markdown(txt,keep=false){
|
|||
i+=5;
|
||||
}else if(txt[i+3]===" "){
|
||||
element=document.createElement("h2");
|
||||
element.classList.add("h2md");
|
||||
keepys="## ";
|
||||
i+=4;
|
||||
}
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
background: #33363d;
|
||||
z-index: 12;
|
||||
}
|
||||
.commentrow{
|
||||
vertical-align:top;
|
||||
height: 100%;
|
||||
}
|
||||
.nonimagecenter{
|
||||
z-index: 12;
|
||||
border-style: solid;
|
||||
|
@ -77,7 +81,8 @@ h2,h3{
|
|||
margin:0
|
||||
}
|
||||
h2{
|
||||
font-size:.2in;
|
||||
font-size: .2in;
|
||||
margin: 0px;
|
||||
}
|
||||
.pfp{
|
||||
border-radius: 50%;
|
||||
|
@ -612,6 +617,7 @@ span{
|
|||
.notiunread{
|
||||
transform:translate(0in,.2in);
|
||||
}
|
||||
.h2md{font-size: .25in;}
|
||||
.pinged{
|
||||
aspect-ratio : 1 / 1;
|
||||
transform:translate(0in,.4in);
|
||||
|
@ -626,3 +632,6 @@ span{
|
|||
.servernoti{
|
||||
position:relative;
|
||||
}
|
||||
h1{
|
||||
margin: 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue