Some border adjustments
This commit is contained in:
@@ -253,7 +253,11 @@
|
|||||||
Background="{ThemeResource WinoContentZoneBackgroud}"
|
Background="{ThemeResource WinoContentZoneBackgroud}"
|
||||||
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="7">
|
CornerRadius="{ThemeResource OverlayCornerRadius}"
|
||||||
|
Translation="0,0,10">
|
||||||
|
<Border.Shadow>
|
||||||
|
<ThemeShadow />
|
||||||
|
</Border.Shadow>
|
||||||
<Grid x:Name="MailListGrid">
|
<Grid x:Name="MailListGrid">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
|
|||||||
@@ -166,7 +166,7 @@
|
|||||||
Background="{ThemeResource WinoContentZoneBackgroud}"
|
Background="{ThemeResource WinoContentZoneBackgroud}"
|
||||||
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="7">
|
CornerRadius="{ThemeResource OverlayCornerRadius}">
|
||||||
<Grid Margin="8">
|
<Grid Margin="8">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
@@ -417,8 +417,8 @@
|
|||||||
Background="{ThemeResource WinoContentZoneBackgroud}"
|
Background="{ThemeResource WinoContentZoneBackgroud}"
|
||||||
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="7">
|
CornerRadius="{ThemeResource OverlayCornerRadius}">
|
||||||
<Grid Margin="1" CornerRadius="7">
|
<Grid Margin="1" CornerRadius="{ThemeResource OverlayCornerRadius}">
|
||||||
<Grid Background="White" Visibility="{x:Bind IsDarkEditor, Converter={StaticResource ReverseBooleanToVisibilityConverter}, Mode=OneWay}" />
|
<Grid Background="White" Visibility="{x:Bind IsDarkEditor, Converter={StaticResource ReverseBooleanToVisibilityConverter}, Mode=OneWay}" />
|
||||||
|
|
||||||
<WebView2 x:Name="Chromium" NavigationStarting="WebViewNavigationStarting" />
|
<WebView2 x:Name="Chromium" NavigationStarting="WebViewNavigationStarting" />
|
||||||
|
|||||||
Reference in New Issue
Block a user