Add right handside padding to "Add Custom Device" form in RDM's device dialog
Categories
(DevTools :: Responsive Design Mode, enhancement, P3)
Tracking
(firefox110 fixed)
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: jdescottes, Assigned: JACKSONWHALE, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=css])
Attachments
(3 files)
Minor CSS issue, good first bug for anyone who wants to setup their dev environment.
Steps to reproduce:
- open Responsive Design Mode on any website (Browser Tools > Responsive Design Mode)
- open the preset selector and select "Edit List..."
- (this should open a modal dialog)
- click the "Add Custom Device" button on the top right
This will add a form in the dialog, and there clearly should be some padding at the right of the "Device Pixel Ratio" input. At least for symmetry.
To fix this we can just update https://searchfox.org/mozilla-central/rev/a26af613a476fafe6c3eba05a81bef63dff3c9f1/devtools/client/responsive/index.css#593
from
padding: 15px 0 10px 20px;
to
padding: 15px 20px 10px 20px;
Hello, I'm learning how to code and how to contribute to open source projects. May I be assigned to this?
Reporter | ||
Comment 2•2 years ago
|
||
Hi eric!
Sure thing, assigning the bug to you. Please take a look at the contributor documentation at https://firefox-source-docs.mozilla.org/setup/index.html if you haven't already, and if you have any question, you can ask here (please use the "request information from" field to ping me explicitly) or join our chat at https://chat.mozilla.org/#/room/#devtools:mozilla.org
Thanks for helping out!
Reporter | ||
Comment 4•2 years ago
|
||
Hi eric, the attached patch looks good to me. Do you want to move it to review so that we can get this landed?
Reporter | ||
Comment 6•2 years ago
|
||
The current patch is marked as a "work in progress" (WIP) and can't be reviewed. Maybe you pushed it to phabricator with a flag that forces it to remain in WIP status (maybe you used --wip
?).
Updated•2 years ago
|
I did a -moz-phab -no-whip
, but it said that the revision hasn't changed and will not be submitted. I'm hoping it worked anyway lol
Comment 8•2 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 9•2 years ago
|
||
Hi,
I haven't seen any action on this thread. I've read through the firefox source docs on how to contribute and would like to take on this bug. My understanding is I just need to make the necessary change, submit it to phabricator for review, then after review commit the change?
Comment 10•2 years ago
|
||
(In reply to JACKSONWHALE from comment #9)
Hi,
I haven't seen any action on this thread. I've read through the firefox source docs on how to contribute and would like to take on this bug. My understanding is I just need to make the necessary change, submit it to phabricator for review, then after review commit the change?
Almost :) You can make the change and commit, then push to phabricator using moz-phab
, someone will review it and when it's all good we'll land it. I'm assigning the bug to you
Reporter | ||
Comment 11•2 years ago
|
||
I see I missed the patch from :eric here, sorry about that.
Assignee | ||
Comment 12•2 years ago
|
||
Assignee | ||
Comment 13•2 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #11)
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #10)
Thank you both for your help. I've attatched my bug above I was unsure who to assign as the reviewer when committing, I hope the dev-tools group is ok. Please let me know if there's anything else I need to do.
Comment 14•2 years ago
|
||
Comment 15•2 years ago
|
||
bugherder |
Description
•