Closed
Bug 1701024
Opened 5 years ago
Closed 8 months 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
()
RESOLVED
WORKSFORME
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•5 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•5 years ago
|
Severity: -- → S4
Updated•5 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Whiteboard: [proton-hamburger-menu] → [proton-hamburger-menu] [priority:2c]
Comment 2•4 years ago
|
||
This by now looks good to me for both tabs and windows on latest Windows Nighly at least.
Comment 3•8 months ago
|
||
Same for me as comment #2, so (belatedly) closing this out.
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•