From 40d0fc92597e6d2c3a5033d5f0d18072df072ae7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 2 Oct 2018 03:21:08 -0700 Subject: [PATCH] UX: slightly taller progress bar for mobile --- app/assets/stylesheets/mobile/topic.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 6071a7ddd4..746cedfe1d 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -114,14 +114,14 @@ border: 1px solid $tertiary-low; border-bottom: none; width: 145px; - height: 34px; + height: 46px; /* as a big ol' click target, don't let text inside be selected */ @include unselectable; .nums { position: relative; - top: 9px; + top: 13px; width: 100%; text-align: center; z-index: z("base");