mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 07:39:24 +02:00
Romoved unwanted space and margin in sidebar header
This commit is contained in:
parent
0678d6ab72
commit
e67e290325
2 changed files with 2 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue