remove extra spacing

This commit is contained in:
taehoon 2019-04-15 16:37:42 -04:00
parent e67fecff0a
commit bd88a481c6
1 changed files with 2 additions and 6 deletions

View File

@ -200,7 +200,7 @@
<BlockCard slot-scope="row" :userId="row.item"/>
</Autosuggest>
</div>
<BlockList :refresh="true" :getKey="identity" class="profile-edit-user-list">
<BlockList :refresh="true" :getKey="identity">
<template slot="header" slot-scope="{selected}">
<div class="profile-edit-bulk-actions">
<ProgressButton class="btn btn-default" v-if="selected.length > 0" :click="() => blockUsers(selected)">
@ -224,7 +224,7 @@
<MuteCard slot-scope="row" :userId="row.item"/>
</Autosuggest>
</div>
<MuteList :refresh="true" :getKey="identity" class="profile-edit-user-list">
<MuteList :refresh="true" :getKey="identity">
<template slot="header" slot-scope="{selected}">
<div class="profile-edit-bulk-actions">
<ProgressButton class="btn btn-default" v-if="selected.length > 0" :click="() => muteUsers(selected)">
@ -303,10 +303,6 @@
padding: 1em;
}
&-user-list {
margin-top: 1.5em;
}
&-bulk-actions {
text-align: right;
padding: 0 1em;