From e67e2903252a9e54fb24ba25f3728c33abecdac9 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Sun, 18 Feb 2018 14:30:45 +0100 Subject: [PATCH] Romoved unwanted space and margin in sidebar header --- front/src/components/Sidebar.vue | 6 +----- front/src/components/audio/SearchBar.vue | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index 6aaf04c42..df9eb00ec 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -6,8 +6,7 @@ - - @@ -224,9 +223,6 @@ $sidebar-color: #1B1C1D; .ui.search { display: block; - > a { - margin-right: 1.5rem; - } .collapse.button { margin-right: 0.5rem; margin-top: 0.5rem; diff --git a/front/src/components/audio/SearchBar.vue b/front/src/components/audio/SearchBar.vue index 56a8e77be..988ff0a7d 100644 --- a/front/src/components/audio/SearchBar.vue +++ b/front/src/components/audio/SearchBar.vue @@ -1,7 +1,6 @@