follows/followers pagination ready for review

This commit is contained in:
shpuld 2019-02-02 22:29:10 +02:00
parent 8ce513ed09
commit dbb16d56e2
9 changed files with 229 additions and 76 deletions

View file

@ -1,7 +1,7 @@
<template>
<div class="card">
<a href="#">
<StillImage @click.prevent="toggleUserExpanded" class="avatar" :src="user.profile_image_url"/>
<StillImage @click.prevent.native="toggleUserExpanded" class="avatar" :src="user.profile_image_url"/>
</a>
<div class="usercard" v-if="userExpanded">
<user-card-content :user="user" :switcher="false"></user-card-content>
@ -79,7 +79,7 @@
.usercard {
width: fill-available;
margin: 0.2em 0 0.7em 0;
margin: 0.2em 0 0 0.7em;
border-radius: $fallback--panelRadius;
border-radius: var(--panelRadius, $fallback--panelRadius);
border-style: solid;