+ ${this.renderSidebar()}
+
${this.letterData
? html`
+
+
+
+
+ `;
+ }
+
+ private getThumbnailScale(): number {
+ const previewWidth = this.sidebarWidth - 24; // Account for padding
+ return previewWidth / plugins.shared.A4_WIDTH;
+ }
+
private renderZoomControls(): TemplateResult {
return html`
+
+
+
+
+