From b6042896e6818e2369767b1dba47c9722dc2eaf0 Mon Sep 17 00:00:00 2001 From: kPherox Date: Sun, 28 Apr 2019 03:50:25 +0900 Subject: [PATCH] Remove redundant style for toot border --- src/components/Timeline/Toot.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/Timeline/Toot.vue b/src/components/Timeline/Toot.vue index 11a917c1..0b038e30 100644 --- a/src/components/Timeline/Toot.vue +++ b/src/components/Timeline/Toot.vue @@ -92,14 +92,9 @@ export default class Toot extends Vue { "avatar media media" "avatar card card" "vis action subaction"; - border-top: solid 1px; - border-bottom: solid 1px; - & + .toot, - &:first-child { - border-top: none; - } - &:last-child { + & + .toot { + border-top: solid 1px; border-bottom: none; }