Very basic user following.

This commit is contained in:
Roger Braun 2016-12-08 09:09:21 +01:00
parent f18f87747f
commit fc268c48bc
4 changed files with 58 additions and 0 deletions

View file

@ -5,3 +5,20 @@
</template>
<script src="./user_profile.js"></script>
<style lang="scss">
.user-profile {
flex: 2;
flex-basis: 500px;
}
.user-info {
.following-info {
display: flex;
div {
flex: 1;
}
}
}
</style>