Romoved unwanted space and margin in sidebar header

This commit is contained in:
Eliot Berriot 2018-02-18 14:30:45 +01:00
parent 0678d6ab72
commit e67e290325
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 7 deletions

View File

@ -6,8 +6,7 @@
<i class="logo bordered inverted orange big icon">
<logo class="logo"></logo>
</i>
</router-link>
<span
</router-link><span
slot="after"
@click="isCollapsed = !isCollapsed"
:class="['ui', 'basic', 'big', {'inverted': isCollapsed}, 'orange', 'icon', 'collapse', 'button']">
@ -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;

View File

@ -1,7 +1,6 @@
<template>
<div class="ui fluid category search">
<slot></slot>
<div class="ui icon input">
<slot></slot><div class="ui icon input">
<input class="prompt" placeholder="Search for artists, albums, tracks..." type="text">
<i class="search icon"></i>
</div>