Open
Bug 725413
Opened 13 years ago
Updated 3 years ago
Bookmark separator expands the bookmarks toolbar size by a noticiable amount of pixels
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
NEW
People
(Reporter: igarcia, Unassigned)
Details
Attachments
(1 file)
|
65.18 KB,
image/png
|
Details |
The bookmarks toolbar is bigger in Firefox 11 if a bookmarks separator is included.
See attached screenshot.
Removing the separator makes everything go back to normal.
Comment 1•13 years ago
|
||
Confirmed on the current nightly 13.0a1 (2012-03-13) with a fresh profile.
Besides the increased bookmark toolbar height, the bookmarks and folders look noticeable bigger when pointed at.
Comment 2•13 years ago
|
||
Still present in 14.0a1 (2012-03-18) nightly on OS X.
The presence of a separator in the bookmarks bar increases the height of the rounded shape of hovered bookmarks as well as the height of the toolbar with 9 px.
Comment 3•13 years ago
|
||
This CSS seems to fix it:
#personal-bookmarks toolbarseparator {
margin-top: -2px !important;
margin-bottom: -2px !important;
}
as long as both margin-top and margin-bottom have a value and they have a sum of -3px or lower.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•