Page MenuHomePhabricator

Footer cut on the left side on profile pages since project pane was introduced
Closed, InvalidPublic

Description

Footer was introduced in T6052: Legal links visible in all pages and its full width problems with full sidebars were fixed in T6168: Long footer is partially hidden by left column in the homepage.
This regressed when the new project pane on the left was introduced, see screenshot in downstream https://phabricator.wikimedia.org/T94580

Quick'n'dirty hack would be to edit phabricator-standard-page-footer by changing margin: 4px 16px; to margin: 4px 16px 4px 56px; or such in the file webroot/rsrc/css/application/base/standard-page-view.css.

Revisions and Commits

Event Timeline

aklapper raised the priority of this task from to Needs Triage.
aklapper updated the task description. (Show Details)
aklapper added a project: Badge Awarded.
aklapper added a subscriber: aklapper.

I'm not able reproduce this at HEAD on my local install.

pasted_file (445×1 px, 98 KB)

Specifically, you should see this rule do the right thing:

.device-desktop div.phabricator-icon-nav + .phabricator-standard-page-footer {
  margin-left: 58px;
}

(To reproduce, you may need to have a footer which is at least 300 pages long, like WMF's.)

That said, I can't reproduce at HEAD either, even with a substantial footer.

Screen_Shot_2015-04-01_at_8.28.57_AM.png (1×1 px, 208 KB)

chad claimed this task.

Closing, let us know if you still have an issue at HEAD.

Ahem, you were right. I'm sorry for the noise. :(