forked from FoundKeyGang/FoundKey
Follow requests page improvements (#5429)
* follow-requests: add spacing between actions * follow-requests: make separator more visible in dark themes
This commit is contained in:
parent
c3f9b2dcc3
commit
75ab146860
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<mk-user-name :user="req.follower"/>
|
||||
</router-link>
|
||||
<span>
|
||||
<a @click="accept(req.follower)">{{ $t('accept') }}</a>|<a @click="reject(req.follower)">{{ $t('reject') }}</a>
|
||||
<a @click="accept(req.follower)">{{ $t('accept') }}</a> | <a @click="reject(req.follower)">{{ $t('reject') }}</a>
|
||||
</span>
|
||||
</div>
|
||||
</sequential-entrance>
|
||||
|
@ -70,5 +70,6 @@ export default Vue.extend({
|
|||
|
||||
> span
|
||||
margin 0 0 0 auto
|
||||
color var(--text)
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue