pleroma-fe/src/components/friends_timeline/friends_timeline.vue
Roger Braun fc7e13e7bb Add styling with base16.
Solarized-dark for now.
2017-01-15 15:44:56 +01:00

10 lines
339 B
Vue

<template>
<div class="timeline panel panel-default base00-background">
<div class="panel-heading base01-background base04">Friends Timeline</div>
<div class="panel-body">
<Timeline v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
</div>
</div>
</template>
<script src="./friends_timeline.js"></script>