Open
Bug 1441017
Opened 7 years ago
Updated 2 years ago
Arrow panels should have no padding and hidden overflow by default
Categories
(Toolkit :: UI Widgets, enhancement, P5)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: Paolo, Unassigned)
Details
We have many rules to override the default padding and overflow mode of arrow panels:
.browser-extension-panel > .panel-arrowcontainer > .panel-arrowcontent {
padding: 0;
overflow: hidden;
}
Making this the default for arrow panels will allow the rules to be simplified, and the "photon" attribute to be removed from some of the panels.
Individual views may use --arrowpanel-padding to determine the platform-specific padding to use, however it is not clear if this is actually applied anywhere other than browser notification panels. We can consider using the same padding in the notifications as the identity block and other panels.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•