From 1306d637a209393826cc5bf830864a281db71066 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 24 Jul 2017 17:56:50 +0200 Subject: Fix oddities with public profile CSS (#4341) * Fix oddities with public profile CSS * Remove trailing whitespace --- app/javascript/styles/stream_entries.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app/javascript/styles/stream_entries.scss') diff --git a/app/javascript/styles/stream_entries.scss b/app/javascript/styles/stream_entries.scss index e89cc3f09..3856942e1 100644 --- a/app/javascript/styles/stream_entries.scss +++ b/app/javascript/styles/stream_entries.scss @@ -36,6 +36,18 @@ } } + &.with-header { + .entry { + &:first-child { + &, + .detailed-status.light, + .status.light { + border-radius: 0; + } + } + } + } + .status.light { padding: 14px 14px 14px (48px + 14px * 2); position: relative; -- cgit