Skip to content

Commit 1d84e92

Browse files
committed
whitespace changes
1 parent 1ca3d01 commit 1d84e92

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/Themes/NexusMods.Themes.NexusFluentDark/Styles/UserControls/CollectionDownloadPage/CollectionDownloadPageStyles.axaml

+5-8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:panels="clr-namespace:Avalonia.Labs.Panels;assembly=Avalonia.Labs.Panels"
44
xmlns:collections="clr-namespace:NexusMods.App.UI.Pages.CollectionDownload;assembly=NexusMods.App.UI"
55
xmlns:icons="clr-namespace:NexusMods.Icons;assembly=NexusMods.Icons">
6+
67
<Design.PreviewWith>
78
<Border Width="800" Height="500">
89
<Border.Resources>
@@ -22,22 +23,18 @@
2223
</Style.Resources>
2324

2425
<Style Selector="^ DockPanel#Body">
25-
2626
<Style Selector="^ Border#HeaderBorderBackground">
27-
2827
<Style Selector="^ Border#HeaderBorder">
2928
<Setter Property="HorizontalAlignment" Value="Stretch" />
3029
<Setter Property="Padding" Value="24,24,24,16" />
3130
<Setter Property="Background" Value="{StaticResource HeaderImageLinearGradientBrush}" />
32-
33-
34-
<Style Selector="^ StackPanel#Header">
35-
36-
<!-- NOTE(insomnious): Some weird stuff happening here with max width and backgrounds. Layout wise
31+
32+
<!-- NOTE(insomnious): Some weird stuff happening here with max width and backgrounds. Layout wise
3733
it's working, as things are aligned correctly, but the background is not being applied correctly.
3834
After chatting with @Al12rs, we are leaving this for now as we can't fully test this (yet) and we
3935
don't want to add extra layout code for no reason -->
40-
36+
37+
<Style Selector="^ StackPanel#Header">
4138
<Style Selector="^ Border#MainContentBorder">
4239
<!-- <Setter Property="Background" Value="DarkGoldenrod" /> -->
4340
<Setter Property="Padding" Value="0, 0, 0, 24" />

0 commit comments

Comments
 (0)