Closed
Bug 1124508
Opened 11 years ago
Closed 11 years ago
Horizontal margins are off on iPad
Categories
(Firefox for iOS :: Reader View, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: st3fan, Unassigned)
References
Details
On iPad the horizontal margins are way too big. Compared to a nexus 7, they look like at least 5x larger.
Reporter | ||
Comment 1•11 years ago
|
||
This seems to be caused because of:
body {
max-width: 35em;
}
Not sure why that is in there. On ipad things look much better without a max-width.
Reporter | ||
Comment 2•11 years ago
|
||
This was fixed with https://github.com/mozilla/firefox-ios/commit/b3ca553e7a56470acc0bf5d9fe1db940f2cd65c6
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Blocks: iosreaderview
You need to log in
before you can comment on or make changes to this bug.
Description
•