forked from AkkomaGang/akkoma-fe
remove extra spacing
This commit is contained in:
parent
e67fecff0a
commit
bd88a481c6
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue