Closed
Bug 1809912
Opened 2 years ago
Closed 2 years ago
"Block" and "Resend" button are not properly aligned
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: khadija)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(3 files, 1 obsolete file)
See the screenshot, looks like there's a 1px difference which seems to come from the 1px bottom padding set in https://searchfox.org/mozilla-central/rev/893a8f062ec6144c84403fbfb0a57234418b89cf/devtools/client/netmonitor/src/assets/styles/HeadersPanel.css#33-36
.network-monitor .headers-panel-container #block-button.devtools-button {
height: 19px;
padding: 0 2px 1px;
}
Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Reporter | ||
Updated•2 years ago
|
Keywords: good-first-bug
Updated•2 years ago
|
Blocks: netmonitor-edit-and-resend
Assignee | ||
Comment 1•2 years ago
|
||
Hey! I would like to work on this bug. Kindly assign it to me. :)
Assignee | ||
Comment 3•2 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #2)
sure, it's yours :)
Hey Nicolas! Can you tell me where can I exactly find these two buttons? I am looking for them in my 'Web Development Tools' under the 'Network' tab. Thank you! :)
Reporter | ||
Comment 4•2 years ago
|
||
You need to click on a request, then on the Headers panel, they are in the top right corner
Assignee | ||
Comment 5•2 years ago
|
||
Okay found it! Thank you :)
Assignee | ||
Comment 6•2 years ago
|
||
Updated•2 years ago
|
Attachment #9319144 -
Attachment description: WIP: Bug 1809912 - Removed 1px bottom padding for Block button in Network Monitor, so that it aligns with Resend button. Made changes in HeadsPanel.css file. → WIP: Bug 1809912 - Removed 1px bottom padding for Block button in Network Monitor, so that it aligns with Resend button.
Updated•2 years ago
|
Attachment #9319144 -
Attachment description: WIP: Bug 1809912 - Removed 1px bottom padding for Block button in Network Monitor, so that it aligns with Resend button. → WIP: Bug 1809912 - Removed 1px bottom padding for Block button in Network Monitor, so that it aligns with Resend button. Made changes in HeadsPanel.css file.
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D170577
Updated•2 years ago
|
Attachment #9319191 -
Attachment description: WIP: Bug 1809912 - Applying the same style for the "Resend" button as "Block" button so they have the same height and padding → Bug 1809912 - Applying the same style for the "Resend" button as "Block" button so they have the same height and padding
Updated•2 years ago
|
Attachment #9319191 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9319144 -
Attachment description: WIP: Bug 1809912 - Removed 1px bottom padding for Block button in Network Monitor, so that it aligns with Resend button. Made changes in HeadsPanel.css file. → WIP: Bug 1809912 - Removed 1px bottom padding and applied the style to Block and Resend button in Network Monitor, so that both buttons align. Made changes in HeadsPanel.css file.
Updated•2 years ago
|
Attachment #9319144 -
Attachment description: WIP: Bug 1809912 - Removed 1px bottom padding and applied the style to Block and Resend button in Network Monitor, so that both buttons align. Made changes in HeadsPanel.css file. → Bug 1809912 - Apply same styling to Block and Resend buttons in Network Monitor
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e4d0dac7f34f
Apply same styling to Block and Resend buttons in Network Monitor r=nchevobbe
Comment 9•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•