feat: support png output type
This commit is contained in:
parent
1c60bc9380
commit
7894d99953
4 changed files with 32 additions and 5 deletions
|
|
@ -11,6 +11,10 @@ body {
|
|||
background-color: #383838;
|
||||
text-indent: 2em;
|
||||
}
|
||||
.header span {
|
||||
margin-left: 50px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.codeWrapper {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
|
@ -61,7 +65,7 @@ body {
|
|||
top: 50%;
|
||||
margin-top: -200px;
|
||||
}
|
||||
svg {
|
||||
#svg svg, #svg img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue