diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue
index 5f2d07d9b65cdcce70b13613dbabf65c41d27ed2..ac7f0b87f530bb03964762aa7861fe71f5fc2d6d 100644
--- a/src/components/Sidebar.vue
+++ b/src/components/Sidebar.vue
@@ -172,5 +172,8 @@ $sidebar-color: #1B1C1D;
 
 .ui.search {
   display: inline-block;
+  > a {
+    margin-right: 1.5rem;
+  }
 }
 </style>