aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-12-05 20:49:58 +0100
committerRoger Braun <roger@rogerbraun.net>2016-12-05 20:49:58 +0100
commit026ab7c1dffa858d9dbdfada44b50097db1e0bd2 (patch)
tree418d7cd37587fd41fb808bbcb28657043508ce84 /src/components/timeline
parent917917596fe7c9185590bf3c6cc267a0d6a89e5a (diff)
parentbe5fe03972879add14ce2ca6b37524b32adbf1b8 (diff)
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index fef96e4e..7de3ffca 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -18,10 +18,3 @@
</div>
</template>
<script src="./timeline.js"></script>
-
-<style>
- .timeline.panel {
- flex: 2;
- flex-basis: 500px;
- }
-</style>