Adjust public profile pages (#4713)

* Adjust account-grid in public profiles

Full-width card on mobile UI. Set break-word for long name and ID. Fix margin.

* Reduce padding-bottom of public profiles

* Revive next prev buttons in mobile public profiles

In followers followees pages.

* Revert break-word for username

* Fix overflow of display_name

Need re-setting text-overflow and overflow in display: block;
This commit is contained in:
Lynx Kotoura 2017-08-28 06:59:51 +09:00 committed by Eugen Rochko
parent 15093f9113
commit bab9afaa09
2 changed files with 10 additions and 6 deletions

View file

@ -6,7 +6,7 @@ body {
line-height: 18px;
font-weight: 400;
color: $primary-text-color;
padding-bottom: 140px;
padding-bottom: 40px;
text-rendering: optimizelegibility;
font-feature-settings: "kern";
text-size-adjust: none;