improve ui

This commit is contained in:
taehoon 2019-04-02 13:18:41 -04:00
parent 787737c80d
commit fd4289e45a
2 changed files with 25 additions and 3 deletions

View file

@ -195,7 +195,9 @@
</div>
<div :label="$t('settings.blocks_tab')">
<UserAutoSuggest />
<div class="profile-edit-usersearch-wrapper">
<UserAutoSuggest />
</div>
<block-list :refresh="true">
<template slot="empty">{{$t('settings.no_blocks')}}</template>
</block-list>
@ -263,5 +265,9 @@
text-align: right;
}
}
&-usersearch-wrapper {
padding: 1em;
}
}
</style>