:root {
    --docsify-print-top:0;
    --docsify-print-left:unset;
    --docsify-print-right:unset;
    --docsify-print-bottom:unset
}

#docsify_print_btn {
    cursor:pointer;
    height:18px;
    position:absolute;
    top:0;
    top:var(--docsify-print-top);
    left:unset;
    left:var(--docsify-print-left);
    right:unset;
    right:var(--docsify-print-right);
    bottom:unset;
    bottom:var(--docsify-print-bottom)
}

#docsify_print_btn > svg {
    width:inherit;
    height:inherit;
    position:absolute;
    margin:0 10px
}