@polterware/polter 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5721,7 +5721,7 @@ function AppPanel() {
|
|
|
5721
5721
|
nav.selectSidebarItem(itemId);
|
|
5722
5722
|
focus.focusMain();
|
|
5723
5723
|
};
|
|
5724
|
-
const bannerHeight = width < 60 ?
|
|
5724
|
+
const bannerHeight = width < 60 ? 6 : 10;
|
|
5725
5725
|
const footerHints = FOOTER_HINTS;
|
|
5726
5726
|
const mainContentHeight = Math.max(5, height - bannerHeight - 1 - 2);
|
|
5727
5727
|
const mainContentWidth = singlePanel ? width : width - Math.max(20, Math.min(35, Math.floor(width * 0.3)));
|