Closed
Bug 1899577
Opened 2 years ago
Closed 2 years ago
Styling of expanded pinned tabs
Categories
(Firefox :: Sidebar, task)
Firefox
Sidebar
Tracking
()
RESOLVED
DUPLICATE
of bug 1899336
People
(Reporter: sclements, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-sidebar])
Per the spec, we should use grid or flex so that the pinned tabs in the expanded state fill all available space. This will probably be tricky since they are absolutely positioned for the initial implementation in bug 1893655.
One thing we can do, which is also a request from UX, is to put all pinned tabs in a separate container that sits outside of tabbrowser-tabs. That way we can also allow for scrolling for the user with a lot of pinned tabs since it would be in its own container with overflow-y: auto.
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
I think this will be mostly straightforward and will be covered by bug 1899336.
You need to log in
before you can comment on or make changes to this bug.
Description
•