From 9c740ffa7e5a27522de52054dbf0af7b761ff4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Tue, 15 Sep 2015 18:33:13 +0200 Subject: [PATCH] UX: top period chooser was misaligned on mobile --- app/assets/stylesheets/mobile/topic-list.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 2a96f47b0a5..f3f6c21eebc 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -371,12 +371,6 @@ ol.category-breadcrumb { padding: 8px 0; } -.period-chooser { - button { - margin-top: 10px; - } -} - button.dismiss-read { margin-right: 10px; }