Unify offline startup state and strengthen empty-state cards
This commit is contained in:
@@ -84,14 +84,18 @@
|
||||
x:FieldModifier="private"
|
||||
Background="Transparent"
|
||||
Width="{Binding ActualWidth, ElementName=Canvas, Mode=OneWay}"
|
||||
Height="58">
|
||||
Height="86">
|
||||
<Border Margin="2,0,2,0"
|
||||
Height="86"
|
||||
BorderThickness="1"
|
||||
CornerRadius="10"
|
||||
BorderBrush="{DynamicResource cardBorderColor}"
|
||||
Background="{DynamicResource cardBackgroundColor}">
|
||||
Background="{DynamicResource cardBackgroundColor}"
|
||||
Padding="18,0,12,0">
|
||||
<TextBlock Text="{x:Static resx:Resources.noannouncement}"
|
||||
Margin="18,12,10,0"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
FontWeight="SemiBold"
|
||||
Foreground="{DynamicResource subtleTextColor}" />
|
||||
</Border>
|
||||
</StackPanel>
|
||||
|
||||
@@ -121,16 +121,20 @@
|
||||
<StackPanel x:Name="NoIncident"
|
||||
Background="Transparent"
|
||||
Width="{Binding ActualWidth, ElementName=Canvas2, Mode=OneWay}"
|
||||
Height="58"
|
||||
Height="86"
|
||||
Canvas.Top="56"
|
||||
Canvas.Left="0">
|
||||
<Border Margin="2,0,2,0"
|
||||
Height="86"
|
||||
BorderThickness="1"
|
||||
CornerRadius="10"
|
||||
BorderBrush="{DynamicResource cardBorderColor}"
|
||||
Background="{DynamicResource cardBackgroundColor}">
|
||||
Background="{DynamicResource cardBackgroundColor}"
|
||||
Padding="18,0,12,0">
|
||||
<TextBlock Text="{x:Static resx:Resources.noincidents}"
|
||||
Margin="18,12,10,0"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
FontWeight="SemiBold"
|
||||
Foreground="{DynamicResource subtleTextColor}" />
|
||||
</Border>
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user