This commit is contained in:
Vanessa 2022-12-07 23:53:59 +08:00
parent 26e97b07fd
commit bed8b3f5a0

View file

@ -113,6 +113,12 @@ const renderPDF = (id: string) => {
left: 0;
}
#preview > .code-block {
margin-left: auto;
margin-right: auto;
width: 800px;
}
#preview.exporting {
position: inherit;
max-width: none;