From 67b6539d98db3a3d50061be1a315e6f93fdd6b8f Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 25 Jul 2018 23:58:23 -0400 Subject: [PATCH] rounder topic-list badges in iOS --- app/assets/stylesheets/mobile/topic-list.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 71b09f5f494..484a86df3ea 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -150,10 +150,11 @@ .badge-notification, .category-topic-link td.num .badge-notification { position: relative; - display: inline; + display: inline-block; top: -1px; font-size: $font-down-1; - padding: 0.15em 0.5em 0.15em 0.4em; + line-height: $line-height-small; + padding: 0.25em 0.45em; i { color: $secondary; } @@ -481,7 +482,7 @@ button.dismiss-read { // base defines extra padding for easier click/top of title field // this is a bit too much for mobile td .main-link { - width: 80%; + width: 79%; display: inline-block; a.title { padding: 5px 10px 5px 0;