diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7084480..822408f 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -28,8 +28,10 @@ onMounted(async () => { \ No newline at end of file diff --git a/frontend/src/views/SelectedGame.vue b/frontend/src/views/SelectedGame.vue index ba5ba96..88ed84d 100644 --- a/frontend/src/views/SelectedGame.vue +++ b/frontend/src/views/SelectedGame.vue @@ -367,7 +367,7 @@ const installMod = async (fullName: string) => { .selected-game { display: flex; flex-direction: column; - margin-left: 80px; /* Account for sidebar */ + margin-left: 75px; /* Account for sidebar */ margin-top: 30px; } diff --git a/main.go b/main.go index 22a5b72..5b2f109 100644 --- a/main.go +++ b/main.go @@ -79,8 +79,8 @@ func main() { Title: "modm8", Width: int(modm8.Persistence.Window.Width), Height: int(modm8.Persistence.Window.Height), - MinWidth: 800, - MinHeight: 600, + MinWidth: 850, + MinHeight: 500, AssetServer: &assetserver.Options{ Assets: assets, },