diff --git a/src/Resources/Styles.axaml b/src/Resources/Styles.axaml
index d3204fae..79479272 100644
--- a/src/Resources/Styles.axaml
+++ b/src/Resources/Styles.axaml
@@ -191,9 +191,6 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -301,6 +306,11 @@
DoubleTapped="OnDoubleTappedWorktree"
PropertyChanged="OnLeftSidebarDataGridPropertyChanged"
IsVisible="{Binding IsWorktreeGroupExpanded, Mode=OneWay}">
+
+
+
diff --git a/src/Views/TagsView.axaml b/src/Views/TagsView.axaml
index 4bafa55b..a66f4728 100644
--- a/src/Views/TagsView.axaml
+++ b/src/Views/TagsView.axaml
@@ -7,7 +7,13 @@
xmlns:vm="using:SourceGit.ViewModels"
xmlns:c="using:SourceGit.Converters"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
- x:Class="SourceGit.Views.TagsView">
+ x:Class="SourceGit.Views.TagsView">
+
+
+
+