Open
Bug 1701024
Opened 4 years ago
Updated 3 years ago
Reopen All X footer item in Recently Closed Tabs / Recently Closed Windows has incorrect left alignment
Categories
(Firefox :: Menus, defect, P2)
Firefox
Menus
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-hamburger-menu] [priority:2c])
Attachments
(2 files)
See screenshot. The text in the item should be left aligned to the tab/window icons.
Updated•4 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-754
Adding these:
.panel-subview-footer-button > .toolbarbutton-icon {
display: none;
}
.panel-subview-footer-button > .toolbarbutton-text {
padding-inline-start: 0;
}
and moving this line:
https://searchfox.org/mozilla-central/rev/bb37e6fe8bbe383a57a4ad21a201e26416613ca1/browser/themes/shared/customizableui/panelUI.inc.css#1305
to a @supports not proton block seem to fix it for me on Windows.
Not sure if that's the right fix though, I don't know if there are (or will be) footer-buttons that should have an icon...
If it's the latter then referencing .subviewbutton.restoreallitem
in the 2 rules above instead of .panel-subview-footer-button
should do it.
Reporter | ||
Updated•4 years ago
|
Severity: -- → S4
Updated•4 years ago
|
Priority: -- → P2
Updated•4 years ago
|
Whiteboard: [proton-hamburger-menu] → [proton-hamburger-menu] [priority:2c]
Comment 2•3 years ago
|
||
This by now looks good to me for both tabs and windows on latest Windows Nighly at least.
You need to log in
before you can comment on or make changes to this bug.
Description
•