diff --git a/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml b/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml
index d8648bfb79..0fd2a97f08 100644
--- a/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml
+++ b/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml
@@ -49,10 +49,9 @@
-
-
-
+
+
@@ -62,49 +61,49 @@
- COLLECTION DOWNLOAD
-
+ COLLECTION DOWNLOAD
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
@@ -115,6 +114,7 @@
+
diff --git a/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml.cs b/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml.cs
index 7e6a245a16..9cf1bcf580 100644
--- a/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml.cs
+++ b/src/NexusMods.App.UI/Pages/CollectionDownload/CollectionDownloadView.axaml.cs
@@ -15,19 +15,17 @@ public CollectionDownloadView()
{
// Uncomment this to enable the background image
- /*
this.WhenAnyValue(view => view.ViewModel!.BackgroundImage)
.WhereNotNull()
- .SubscribeWithErrorLogging(image => Body.Background = new ImageBrush { Source = image })
+ .SubscribeWithErrorLogging(image => Body.Background = new ImageBrush { Source = image, Stretch = Stretch.UniformToFill})
.DisposeWith(d);
- */
this.WhenAnyValue(view => view.ViewModel!.TileImage)
.WhereNotNull()
.SubscribeWithErrorLogging(image => CollectionImage.Source = image)
.DisposeWith(d);
- this.OneWayBind(ViewModel, vm => vm.Name, view => view.Title.Text)
+ this.OneWayBind(ViewModel, vm => vm.Name, view => view.Heading.Text)
.DisposeWith(d);
this.OneWayBind(ViewModel, vm => vm.AuthorName, view => view.AuthorName.Text)
diff --git a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionDownloadPage/CollectionDownloadPageStyles.axaml b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionDownloadPage/CollectionDownloadPageStyles.axaml
index 8f2c3cd1bb..73a21923f5 100644
--- a/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionDownloadPage/CollectionDownloadPageStyles.axaml
+++ b/src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionDownloadPage/CollectionDownloadPageStyles.axaml
@@ -13,18 +13,26 @@
+
+
+
+
+
@@ -85,7 +112,7 @@