UI bug: Vertical tabs 'X' close button is too close to the right edge of the tab
Categories
(Firefox :: Sidebar, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: pannett, Assigned: gautampanakkal, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang-CSS])
Attachments
(2 files)
This is just a UI fit-and-finish bug.
The X button to close a vertical tab (when the sidebar is expanded) is too close to the right edge.
The right padding should match the top/bottom padding, as shown in the bottom image of the attached screenshot.
Thanks!
Updated•7 months ago
|
Updated•7 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Hello Nikki, new-ish contributor here. I'd like to be assigned to this bug!
Assignee | ||
Comment 2•6 months ago
|
||
Updated•6 months ago
|
Assignee | ||
Comment 3•6 months ago
|
||
With the change, the space to the right of the button is very nearly equal to the space above/below it, but not exactly equal. This may be more apparent on different setups. How should I go about testing for and handling this?
Comment 4•6 months ago
|
||
Hi gautampanakkal! Thanks for volunteering to work on this bug!
If you've never contributed before, I recommend stepping through this guide to get set up with a local build of Firefox: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html#
Once you're set up and have a local build, you should be able to reproduce this bug with the following steps:
- Navigate to
about:preferences
and turn on vertical tabs. - Open a couple of tabs.
- Hover over an inactive tab - you should see the close button on hover. You should be able to inspect the element using the "Browser Toolbox" (found in the hamburger menu for the browser under "More Tools").
Ideally we want the "margin-inline-end" value for that element to more closely match the the distance between the close button and top/bottom of the tab.
Let me know if you have any questions :)
Comment 6•6 months ago
|
||
bugherder |
Updated•5 months ago
|
Description
•