diff --git a/package.json b/package.json index da59f78..d3ca5a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wh3mm", "productName": "wh3mm", - "version": "1.37.3", + "version": "1.37.4", "description": "WH3 Mod Manager", "main": ".webpack/main", "scripts": { diff --git a/src/app.tsx b/src/app.tsx index c47b12b..483a917 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -35,7 +35,7 @@ function render() { > {(window.location.pathname.includes("/main_window") && ( -
+
diff --git a/src/components/Categories.tsx b/src/components/Categories.tsx index b7a9bd2..a8524d5 100644 --- a/src/components/Categories.tsx +++ b/src/components/Categories.tsx @@ -538,7 +538,7 @@ const Categories = React.memo(() => {
-
+
{ setCurrentlySelectedMods(selectedMods); setIsContextMenuOpen(true); }} - className="overflow-hidden" + className="overflow-hidden mx-10" > { width="100%" ref={hotRef} stretchH="last" - height={"90vh"} + height={"88vh"} nestedRows={true} // preventOverflow={"vertical"} licenseKey="non-commercial-and-evaluation" diff --git a/src/components/Main.tsx b/src/components/Main.tsx index 0d0f512..f526406 100644 --- a/src/components/Main.tsx +++ b/src/components/Main.tsx @@ -9,7 +9,7 @@ const Main = () => { return ( <> {(currentTab == "categories" && ) || ( -
+
diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 10e7e48..6123b47 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -255,7 +255,7 @@ const Sidebar = React.memo(() => { setIsOpen={setIsShowingRequiredMods} modDependencies={missingModDependencies} /> -
+
{
-
+
{missingModDependencies.length > 0 && (
{ ((isAdmin && " admin") || ""); return ( -
- - {title} -
+ <> +
+ + {title} +
+
+ ); }); export default TopBar; diff --git a/src/index.css b/src/index.css index 1dfc90c..d99f8af 100644 --- a/src/index.css +++ b/src/index.css @@ -109,7 +109,7 @@ body:not(.disable-row-hover) .row:hover > div:not(.drop-ghost) { background-color: #404040; padding: 0.5rem; position: sticky; - top: 1.25rem; + top: -2.75rem; } #top-bar { @@ -185,3 +185,7 @@ body:not(.disable-row-hover) .row:hover > div:not(.drop-ghost) { .icon-color-on-hover:hover > svg { color: #394250; } + +.height-without-topbar { + max-height: calc(100vh - 28px); +} diff --git a/src/index.html b/src/index.html index 07c23c9..b95ba01 100644 --- a/src/index.html +++ b/src/index.html @@ -4,10 +4,7 @@ WH3 Mod Manager - +