Skip to content
Snippets Groups Projects
Verified Commit e67e2903 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Romoved unwanted space and margin in sidebar header

parent 0678d6ab
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
<i class="logo bordered inverted orange big icon"> <i class="logo bordered inverted orange big icon">
<logo class="logo"></logo> <logo class="logo"></logo>
</i> </i>
</router-link> </router-link><span
<span
slot="after" slot="after"
@click="isCollapsed = !isCollapsed" @click="isCollapsed = !isCollapsed"
:class="['ui', 'basic', 'big', {'inverted': isCollapsed}, 'orange', 'icon', 'collapse', 'button']"> :class="['ui', 'basic', 'big', {'inverted': isCollapsed}, 'orange', 'icon', 'collapse', 'button']">
...@@ -224,9 +223,6 @@ $sidebar-color: #1B1C1D; ...@@ -224,9 +223,6 @@ $sidebar-color: #1B1C1D;
.ui.search { .ui.search {
display: block; display: block;
> a {
margin-right: 1.5rem;
}
.collapse.button { .collapse.button {
margin-right: 0.5rem; margin-right: 0.5rem;
margin-top: 0.5rem; margin-top: 0.5rem;
......
<template> <template>
<div class="ui fluid category search"> <div class="ui fluid category search">
<slot></slot> <slot></slot><div class="ui icon input">
<div class="ui icon input">
<input class="prompt" placeholder="Search for artists, albums, tracks..." type="text"> <input class="prompt" placeholder="Search for artists, albums, tracks..." type="text">
<i class="search icon"></i> <i class="search icon"></i>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment