Skip to content
Snippets Groups Projects
Commit 5516b6f0 authored by lambadalambda's avatar lambadalambda
Browse files

Merge branch 'fix/conversation-heading-border' into 'develop'

Separate conversation heading and posts with a border.

See merge request !62
parents 33f72ab2 c1681d53
No related branches found
No related tags found
No related merge requests found
<template>
<div class="timeline panel panel-default base00-background">
<div class="panel-heading base01-background base04">
<div class="panel-heading base01-background base04 base03-border conversation-heading">
Conversation
<span v-if="collapsable" style="float:right;">
<small><a href="#" @click.prevent="$emit('toggleExpanded')">Collapse</a></small>
......@@ -15,3 +15,10 @@
</template>
<script src="./conversation.js"></script>
<style lang="scss">
.conversation-heading {
border-bottom-style: solid;
border-bottom-width: 1px;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment