Closed
Bug 601598
Opened 15 years ago
Closed 7 years ago
about:about is not touch-screen-friendly
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: steffen.wilberg, Unassigned)
Details
On about:about, the links are hard to hit with your finger because they're very close together.
A little padding would help. The original about.css has:
ul > li {
margin-top: .5em;
}
To prevent the list from getting too long, we could use multiple columns. The original about.css has:
.columns {
-moz-column-width: 20em;
-moz-column-gap: 3em;
}
http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/global/about.css#47
Something like these needs to be added to
http://mxr.mozilla.org/mobile-browser/source/themes/core/about.css
(I haven't tried those values on my Samsung Galaxy S.)
Comment 1•7 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•