Merge pull request #22 from anton-dergunov/patch-1

Right alignment for the comments
This commit is contained in:
Yaotian Liu 2024-08-31 16:42:43 -07:00 committed by GitHub
commit 13be11b65a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1399,12 +1399,22 @@ If your plugin does not need CSS, delete this file.
text-transform: none;
}
.ps-root .ps-comment {
font-family: KaTeX_Main, "Times New Roman", Times, serif;
font-weight: 400;
font-variant: normal;
font-style: normal;
text-transform: none;
.ps-root {
font-family: KaTeX_Main, "Times New Roman", Times, serif;
font-weight: 400;
font-variant: normal;
font-style: normal;
text-transform: none;
}
.ps-comment {
font-family: KaTeX_Main, "Times New Roman", Times, serif;
font-weight: 400;
font-variant: normal;
font-style: italic;
text-transform: none;
opacity: 70%;
float: right;
}
.ps-root .ps-linenum {
@ -1468,4 +1478,4 @@ If your plugin does not need CSS, delete this file.
background-color: white;
opacity: 1;
color: black;
}
}