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:
parent
f6c3962e3c
commit
2de2537595
|
@ -32,6 +32,7 @@
|
|||
|
||||
.user-main {
|
||||
margin-top: 12px;
|
||||
padding-bottom: 60px; // slightly taller than .footer-nav
|
||||
|
||||
.user-content {
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue