aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-10-29 01:38:41 +0200
committerRoger Braun <roger@rogerbraun.net>2016-10-29 01:38:41 +0200
commit500b704c0f93059b75b8943e3351cdac63270b0f (patch)
tree799e790b4f2bf929fd3798d1b3b99473e58cab31 /src/components/timeline/timeline.vue
parent5f690145755c3972268e2750808ac98dcc17af90 (diff)
Fix up nsfw and some styling.
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index db18d521..8fdcc42f 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -11,3 +11,9 @@
</div>
</template>
<script src="./timeline.js"></script>
+
+<style>
+ .timeline.panel {
+ flex: 1;
+ }
+</style>