<notification-message> close button isn't centered on Nova
Categories
(Toolkit :: UI Widgets, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox156 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: akulyk)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Whiteboard: [recomp-nova])
Attachments
(3 files)
The notification button doesn't seem to be centered. This is more visible when the button is hovered.
Looks similar to the issue we had for preference dialog in Bug 2054029
Comment 1•16 days ago
|
||
We used to have some clever CSS logic for ensuring that the icon, text, and close button were all vertically aligned properly: https://searchfox.org/firefox-main/rev/78cec12077df51c8f48b8a485a825b446f0c6d02/toolkit/content/widgets/moz-message-bar/moz-message-bar.css#48
It looks like that got lost in the shuffle of making Nova style changes, likely the fix here is just to bring it back rather than relying only on Flexbox. Likely it'll make sense to just fix this in bug 2054561.
Updated•16 days ago
|
Could you please clarify whether this bug is about centering the close icon within the button, or centering the button within its container? Thanks!
| Reporter | ||
Comment 3•14 days ago
|
||
(In reply to akulyk from comment #2)
Could you please clarify whether this bug is about centering the close icon within the button, or centering the button within its container? Thanks!
sorry, my wording wasn't accurate enough. I mean the close icon is not properly horizontally centered within the button (see screenshot)
Updated•13 days ago
|
Updated•20 hours ago
|
Description
•