Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Sep 30, 2024
1 parent 2c207c6 commit b9f995d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
<Setter Property="JustifyContent" Value="FlexStart" />


<!-- some weird stuff happening here with max width and backgrounds-->
<!-- NOTE(insomnious): Some weird stuff happening here with max width and backgrounds. Layout wise
it's working, as things are aligned correctly, but the background is not being applied correctly.
After chatting with @Al12rs, we are leaving this for now as we can't fully test this (yet) and we
don't want to add extra layout code for no reason -->
<Style Selector="^ Border#MainContentBorder">
<!-- <Setter Property="Background" Value="DarkRed" /> -->
<Setter Property="MaxWidth" Value="806" />
Expand Down

0 comments on commit b9f995d

Please sign in to comment.