From 625c920c4f34ae7c46b4e49122c86228a6ee8570 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 8 Jan 2015 17:32:19 -0800 Subject: [PATCH] fix mobile layout issue with download posts btn --- app/assets/stylesheets/mobile/user.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 917ea83b6e3..1cf3de40e22 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -601,3 +601,11 @@ margin-top: 0; } } + +.user-archive { + display: inline-block; +} + +. notification-buttons { + display: inline-block; +}