From 2de253759514080a4c0581dc2bf3702ec44ee2af Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Thu, 4 Jun 2020 21:42:01 -0400 Subject: [PATCH] UX: add bottom padding to user lists on mobile In some cases, when lists had a handful of items, the last item would be covered by the footer-nav eoverlay on PWAs and DiscourseHub. --- app/assets/stylesheets/mobile/user.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 55888d37a1b..28c43fa3d12 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -32,6 +32,7 @@ .user-main { margin-top: 12px; + padding-bottom: 60px; // slightly taller than .footer-nav .user-content { box-sizing: border-box;