update Docify

This commit is contained in:
lxsang
2020-11-22 21:00:55 +00:00
parent 685841635f
commit 6ee45214af
11 changed files with 655 additions and 506 deletions

View File

@ -1,4 +1,15 @@
afx-app-window[data-id = "Docify"] .header .label-text
{
font-weight: bold;
}
div[data-id = "preview-container"]
{
overflow: auto;
display: block;
}
canvas[data-id = "preview-canvas"]
{
display: block;
margin:0 auto;
}