2025-02-12, 11:01 AM
I used
to hide the download button.
Works for me.
Code:
button[data-id="download"] {
display: none;
}
to hide the download button.
Works for me.