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.
This commit is contained in:
Penar Musaraj 2020-06-04 21:42:01 -04:00
parent f6c3962e3c
commit 2de2537595
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
.user-main {
margin-top: 12px;
padding-bottom: 60px; // slightly taller than .footer-nav
.user-content {
box-sizing: border-box;