aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-08-04 19:34:18 +0300
committerHenry Jameson <me@hjkos.com>2020-08-04 19:34:18 +0300
commita962ca6065412f6bde067f6d4a3d460914604c88 (patch)
treef5e715585155610da2d728f900abd644a9447965 /src/components/conversation/conversation.vue
parent0d02b04726d75687abd218fd6ad68690cf0cfbae (diff)
lint
Diffstat (limited to 'src/components/conversation/conversation.vue')
-rw-r--r--src/components/conversation/conversation.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 19f769e5..997a4d10 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -56,6 +56,7 @@
border-left: 4px solid $fallback--cRed;
border-left: 4px solid var(--cRed, $fallback--cRed);
}
+
.conversation-status:last-child {
border-bottom: none;
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;