diff --git a/manifest.json b/manifest.json index d569cd3..25d8bca 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 7e486c6..e023864 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/styles.css b/styles.css index 05cbc1a..309a8d6 100644 --- a/styles.css +++ b/styles.css @@ -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); }