antosdk-apps/Docify/build/debug/main.css
DanyLE f8435cd87c
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
Docify: remove server side script, move all operation to client side
2023-06-27 22:27:09 +02:00

24 lines
454 B
CSS

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;
}
afx-app-window[data-id = "DocifyPrintDialog"] i.label-text {
font-weight: bold;
}
afx-app-window[data-id = "DocifyPrintDialog"] input[type="radio"] {
margin: 0;
height: 12px;
margin-left: 10px;
}