Page MenuHomePhabricator

Logo cut when smaller font size is set in browser
Closed, DuplicatePublic

Description

From theme CSS:

#p-logo {

position: absolute;
top: -160px;
left: 0;
width: 10em;
height: 160px;

}

In default browser settings, default font size is 16, so 10em == 160px.

I have different settings, which is font size: 14 which causes 10em == 140px, which results in cut logo when I added logo with 160px width.


Version: unspecified
Severity: normal

Details

Reference
bz69390

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:38 AM
bzimport set Reference to bz69390.
bzimport added a subscriber: Unknown Object (MLST).

Thanks for taking the time to report this!

Please provide steps to reproduce and attach a screenshot showing the issue.

  1. Include logo with 160px width.
  1. Change default font settings in your browser. In Firefox: Edit → Preferences → Content → Default font size: some smaller value than 16 (i have 14).

I can't upload real screenshot cause it's company internal wiki.