From a9ba1c6ba445e26776b8a66bfecc7a3dd84f3c88 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sun, 7 Jul 2019 17:45:17 -0400 Subject: [PATCH] smaller pinned icon --- .../stream/status/status.component.scss | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/components/stream/status/status.component.scss b/src/app/components/stream/status/status.component.scss index e239b5c1..6ed6de64 100644 --- a/src/app/components/stream/status/status.component.scss +++ b/src/app/components/stream/status/status.component.scss @@ -5,15 +5,6 @@ position: relative; } -.pinned { - &__icon{ - color: $status-secondary-color; - } - &__label{ - color: $status-secondary-color; - } -} - .reblog { position: relative; margin: 5px 0 0 10px; @@ -245,3 +236,15 @@ .favorite { color: $favorite-color; } + +.pinned { + &__icon{ + position: absolute; + top: 2px; + color: $status-secondary-color; + font-size: 12px; + } + &__label{ + color: $status-secondary-color; + } +}