|
43 | 43 | <!-- ==================== 基础文本样式 ==================== --> |
44 | 44 | <Style Selector=".Markdown_Avalonia_MarkdownViewer ctxt|CTextBlock"> |
45 | 45 | <Setter Property="FontSize" Value="12" /> |
46 | | - <Setter Property="Margin" Value="0,5" /> |
| 46 | + <Setter Property="Margin" Value="0,0" /> |
47 | 47 | <Setter Property="Foreground" Value="{DynamicResource SukiText}" /> |
48 | 48 | </Style> |
49 | 49 | <Style Selector=".Markdown_Avalonia_MarkdownViewer TextBlock"> |
|
165 | 165 |
|
166 | 166 | <!-- ==================== 列表样式 ==================== --> |
167 | 167 | <Style Selector=".Markdown_Avalonia_MarkdownViewer Grid.List"> |
168 | | - <Setter Property="Margin" Value="12,0,0,0" /> |
| 168 | + <Setter Property="Margin" Value="0,0,0,0" /> |
169 | 169 | </Style> |
170 | 170 | <Style Selector=".Markdown_Avalonia_MarkdownViewer ctxt|CTextBlock.ListMarker"> |
171 | | - <Setter Property="Margin" Value="0,5,5,5" /> |
| 171 | + <Setter Property="Margin" Value="0,0,5,0" /> |
172 | 172 | </Style> |
173 | 173 |
|
| 174 | + |
174 | 175 | <!-- ==================== 表格样式 ==================== --> |
175 | 176 | <Style Selector=".Markdown_Avalonia_MarkdownViewer Border.Table"> |
176 | 177 | <Setter Property="Margin" Value="5" /> |
|
215 | 216 | <Setter Property="CornerRadius" Value="0,6,6,0" /> |
216 | 217 | </Style> |
217 | 218 | <Style Selector=".Markdown_Avalonia_MarkdownViewer StackPanel.Blockquote"> |
218 | | - <Setter Property="Margin" Value="10,1,10,5" /> |
| 219 | + <Setter Property="Margin" Value="5,0,5,0" /> |
219 | 220 | </Style> |
220 | | - |
| 221 | + |
221 | 222 | <!-- ==================== 超链接样式 ==================== --> |
222 | 223 | <Style Selector=".Markdown_Avalonia_MarkdownViewer ctxt|CHyperlink"> |
223 | 224 | <Setter Property="IsUnderline" Value="True" /> |
|
232 | 233 | <!-- ==================== 段落样式 ==================== --> |
233 | 234 | <Style Selector=".Markdown_Avalonia_MarkdownViewer ctxt|CTextBlock.Paragraph"> |
234 | 235 | <Setter Property="Foreground" Value="{DynamicResource SukiText}" /> |
235 | | - <Setter Property="Margin" Value="0,7,0,0" /> |
| 236 | + <Setter Property="Margin" Value="0,0,0,0" /> |
236 | 237 | </Style> |
237 | 238 |
|
238 | 239 | <!-- ==================== GitHub-style Alert Blocks ==================== --> |
|
0 commit comments