From 40afdf18d6282dab3db149e065d469f5bf45224d Mon Sep 17 00:00:00 2001 From: Victor Losada Hernandez Date: Sat, 15 Apr 2023 22:01:00 +0200 Subject: [PATCH] editor width bug q removed --- faq.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/faq.md b/faq.md index 223a7c13d..72e6a7d1f 100644 --- a/faq.md +++ b/faq.md @@ -117,26 +117,6 @@ The fonts used were originally created for use with the English language, though ### Whenever I click on the "Get PDF" button, instead of getting a download, it opens Print Preview in another tab. Yes, this is by design. In the print preview, select "Save as PDF" as the Destination, and then click "Save". There will be a normal download dialog where you can save your brew as a PDF. -### The preview window is suddenly gone, I can only see the editor side of the Homebrewery (or the other way around). - -1. Press `CTRL`+`SHIFT`+`i` (or right-click and select "Inspect") while in the Homebrewery. - -2. Expand... -``` - - `body` - - `main` - - `div class="homebrew"` - - `div class="editPage page"` - - `div class="content"` - - `div class="splitPane"` -``` - -There you will find 3 divs: `div class="pane" [...]`, `div class="divider" [...]`, and `div class="pane" [...]`. - -The `class="pane"` looks similar to this: `div class="pane" data-reactid="36" style="flex: 0 0 auto; width: 925px;"`. - -Change whatever stands behind width: to something smaller than your display width. - ### I have white borders on the bottom/sides of the print preview. The Homebrewery paper size and your print paper size do not match.