Patch Fix for blocked navigation items on mobile due to compose button position.

Added 100px to bottom padding overall.
This will be fine tuned with the design evolution.
This commit is contained in:
Dank Gabs 2019-07-10 17:56:51 -04:00
parent 3cfc948869
commit 9e926a34b0

View File

@ -1380,6 +1380,7 @@ a.account__display-name {
.ui {
display: block;
width: 100%;
padding: 0 0 100px 0;
.page {
display: flex;