From 91840be2b90172fe055e1c2b5f92db9dc42880ed Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Tue, 30 Aug 2016 19:07:56 -0300 Subject: [PATCH] Makes it variable topic height proof --- app/assets/stylesheets/common/base/_topic-list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index b16d600762..42f2a03b11 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -34,12 +34,12 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh &.last-visit { border-bottom: 1px solid scale-color($danger, $lightness: 60%); - &::after { + + tr::after { content: attr(data-last-visit-text); color: scale-color($danger, $lightness: 50%); position: absolute; left: 50%; - margin-top: 44px; + margin-top: -10px; padding: 0 10px; background: $secondary; }