From 23515a68cac6c808b5c0fa8e1dedb7db2e18b216 Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 18 Jan 2018 13:52:40 -0500 Subject: [PATCH] UX: Small adjustments to similar topics popup --- app/assets/stylesheets/desktop/compose.scss | 7 +++++-- app/assets/stylesheets/desktop/header.scss | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index 7a55eb77eb8..a78865fef2e 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -142,7 +142,7 @@ background-color: $tertiary-low; a[href] { - color: $primary-medium; + color: $primary; } .posts-count { @@ -158,9 +158,12 @@ .fa, .blurb { color: dark-light-choose($primary-high, $secondary-medium); } + span.topic { + display: flex; + } } .badge-wrapper { - padding-left: 5px; + margin-left: 5px; } } diff --git a/app/assets/stylesheets/desktop/header.scss b/app/assets/stylesheets/desktop/header.scss index d90ed876d96..de313f904fc 100644 --- a/app/assets/stylesheets/desktop/header.scss +++ b/app/assets/stylesheets/desktop/header.scss @@ -35,7 +35,7 @@ and (max-width : 570px) { display: block; word-wrap: break-word; font-size: $font-down-2; - line-height: $line-height-medium; + line-height: $line-height-large; .search-highlight { color: dark-light-choose($primary-high, $secondary-low); }