mirror of
https://github.com/shrekbytes/advanced-pdf-export.git
synced 2026-07-22 07:25:03 +00:00
chore: update version to 3.8.3
This commit is contained in:
parent
5cf916ed5e
commit
13ba1d220e
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "advanced-pdf-export",
|
||||
"name": "Advanced PDF Export",
|
||||
"version": "3.8.2",
|
||||
"version": "3.8.3",
|
||||
"minAppVersion": "1.11.1",
|
||||
"description": "Export notes as pixel-perfect PDFs with live preview, style presets, manual page breaks, tables, and full layout control.",
|
||||
"author": "ShrekBytes",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-advanced-pdf-export",
|
||||
"version": "3.8.2",
|
||||
"version": "3.8.3",
|
||||
"description": "Obsidian plugin for advanced PDF export",
|
||||
"author": "ShrekBytes",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -265,8 +265,8 @@
|
|||
}
|
||||
|
||||
/* width/accent kept in CSS to avoid inline styles in JS */
|
||||
.mpdf-zoom-slider {
|
||||
width: 48px;
|
||||
.mpdf-topbar .mpdf-zoom-slider {
|
||||
width: 64px;
|
||||
accent-color: var(--interactive-accent);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue