Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6b8b712

Browse files
committed
Some more styling tweaks
1 parent a327209 commit 6b8b712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub.VisualStudio.UI/Views/CommentView.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<Grid>
3939
<!-- Displays an existing comment-->
40-
<Border BorderBrush="{DynamicResource VsBrush.ButtonBorder}" BorderThickness="1" HorizontalAlignment="Stretch" Margin="0 0 0 4">
40+
<Border BorderBrush="{DynamicResource VsBrush.ButtonBorder}" BorderThickness="0 1 0 0" HorizontalAlignment="Stretch">
4141
<Grid Background="{DynamicResource VsBrush.ToolWindowBackground}">
4242
<Grid.ColumnDefinitions>
4343
<ColumnDefinition Width="4" />
@@ -69,7 +69,7 @@
6969
Height="16"
7070
Account="{Binding Author}"/>
7171

72-
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" FontWeight="Bold" Text="{Binding Author.Login}" Margin="4 0"/>
72+
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" FontWeight="SemiBold" Text="{Binding Author.Login}" Margin="4 0"/>
7373
<ui:GitHubActionLink Content="{Binding UpdatedAt, Converter={ui:DurationToStringConverter}}"
7474
Command="{Binding OpenOnGitHub}"
7575
Foreground="{DynamicResource GitHubVsToolWindowText}"
@@ -104,7 +104,7 @@
104104
</DockPanel>
105105

106106
<markdig:MarkdownViewer Grid.Column="1" Grid.Row="1"
107-
Margin="0 2 0 0"
107+
Margin="20 2 0 0"
108108
Foreground="{DynamicResource VsBrush.WindowText}"
109109
Markdown="{Binding Body}"/>
110110

0 commit comments

Comments
 (0)