chore: update version to 3.8.3

This commit is contained in:
Walid 2026-06-16 08:18:48 +06:00
parent 5cf916ed5e
commit 13ba1d220e
3 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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);
}