Open
Bug 1331165
Opened 8 years ago
Updated 3 years ago
request-menu-filter-buttons should be a little bigger and easier to click
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox53 affected)
NEW
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: Towkir, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Reporter | ||
Comment 1•8 years ago
|
||
Some changes to this rule: https://dxr.mozilla.org/mozilla-central/source/devtools/client/themes/common.css#494 could make this a lot more nice looking and easier to click.
Here are the changes:
padding: 3px 8px;
margin: 1px;
and the result attached
Reporter | ||
Comment 2•8 years ago
|
||
If you agree on this, I can submit a patch
Flags: needinfo?(ntim.bugs)
Comment 3•8 years ago
|
||
I suspect this will make the toolbar bigger on Windows. Can you test this there as well ?
Flags: needinfo?(ntim.bugs)
Reporter | ||
Comment 4•8 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #3)
> I suspect this will make the toolbar bigger on Windows.
You are right,
I already tested on windows today. But it seems like windows has already a look like my second attachment here: https://bug1331165.bmoattachments.org/attachment.cgi?id=8826828
Comment 6•8 years ago
|
||
It's ok for me to do it a little bigger, but I think that we should be consistent with (at least) the Console panel or DOM panel. The Console panel has also a set of filter button and the size/style should be the same. The DOM panel has one 'Refresh' button. They should all use the same CSS.
Honza
Comment 7•8 years ago
|
||
(In reply to [:Towkir] Ahmed from comment #5)
> What do you suggest here Tim?
The proper fix would be different for each of the places Honza mentioned, because we don't have a strong CSS framework.
Console: Apply display: flex; to .devtools-toolbar.webconsole-filterbar-secondary
Network monitor: Remove line at [0] (align-items: center)
DOM Panel: It's enough work I've filed another bug for it: bug 1331446
The CSS would probably require lots of refactoring before we can share anything here.
[0]: https://dxr.mozilla.org/mozilla-central/source/devtools/client/themes/netmonitor.css#22
Flags: needinfo?(ntim.bugs)
Comment 8•8 years ago
|
||
For the console part: https://dxr.mozilla.org/mozilla-central/source/devtools/client/themes/webconsole.css#708
Updated•8 years ago
|
Summary: requets-menu-filter-buttons should be a little bigger and easier to click → request-menu-filter-buttons should be a little bigger and easier to click
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: request-filtering
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•