From dec4a3386f4cb408b6d7407f37accc3cab71d283 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 1 Nov 2016 16:31:33 -0700 Subject: [PATCH] mobile top/bottom timeline dates bigger targets --- app/assets/stylesheets/mobile/topic.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 0afc6a2124..4e51a5a8f4 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -189,3 +189,9 @@ sup sup, sub sup, sup sub, sub sub { top: 0; } width: 95% !important; } } + +// make mobile timeline top and bottom dates easier to select +.topic-timeline { + .start-date { font-size: 120%; padding: 5px; } + .now-date { font-size: 120%; padding: 5px; } +} \ No newline at end of file