Hello,
by default the icons are 24x24px how can i change this for pdf?
in Obsidian the icons looks like this:
in the PDF like this:
thanks in advance
Hello,
by default the icons are 24x24px how can i change this for pdf?
in Obsidian the icons looks like this:
in the PDF like this:
thanks in advance
This works for me
@media print{
.svg-icon {width:0.9em !important; height:0.9em !important; }
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.