Fixed some MarkDown issues

This commit is contained in:
MathMan05 2024-06-08 09:13:56 -05:00
parent 731ae08ec0
commit ca81f05665
2 changed files with 11 additions and 1 deletions

View file

@ -30,6 +30,7 @@ function markdown(txt,keep=false){
i+=5; i+=5;
}else if(txt[i+3]===" "){ }else if(txt[i+3]===" "){
element=document.createElement("h2"); element=document.createElement("h2");
element.classList.add("h2md");
keepys="## "; keepys="## ";
i+=4; i+=4;
} }

View file

@ -12,6 +12,10 @@
background: #33363d; background: #33363d;
z-index: 12; z-index: 12;
} }
.commentrow{
vertical-align:top;
height: 100%;
}
.nonimagecenter{ .nonimagecenter{
z-index: 12; z-index: 12;
border-style: solid; border-style: solid;
@ -77,7 +81,8 @@ h2,h3{
margin:0 margin:0
} }
h2{ h2{
font-size:.2in; font-size: .2in;
margin: 0px;
} }
.pfp{ .pfp{
border-radius: 50%; border-radius: 50%;
@ -612,6 +617,7 @@ span{
.notiunread{ .notiunread{
transform:translate(0in,.2in); transform:translate(0in,.2in);
} }
.h2md{font-size: .25in;}
.pinged{ .pinged{
aspect-ratio : 1 / 1; aspect-ratio : 1 / 1;
transform:translate(0in,.4in); transform:translate(0in,.4in);
@ -626,3 +632,6 @@ span{
.servernoti{ .servernoti{
position:relative; position:relative;
} }
h1{
margin: 0px;
}