Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Conversation

@sagorika1996
Copy link
Contributor

Associated Issue: #3719

Summary of Changes

  • Fixed width of command bar

@nyrosmith
Copy link
Contributor

@sagorika1996 why did you close this?

@sagorika1996 sagorika1996 reopened this Aug 19, 2017
@sagorika1996
Copy link
Contributor Author

@nyrosmith It was breaking for horizontal mode. It's fixed now.

Copy link
Contributor

@jasonLaster jasonLaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like where you're headed!

{
className: "",
style: {
width: "100vw"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets move this to CSS.

Perhaps we should pass layout to CommandBar so that it can have a vertical, horizontal class?

<div className="command-bar">
<div
className="command-bar"
style={{ width: this.props.horizontal ? "100%" : "100vw" }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like where this is headed. Is there a commandBar CSS file so we can do it w classes?

@codecov
Copy link

codecov bot commented Aug 19, 2017

Codecov Report

Merging #3723 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3723   +/-   ##
=======================================
  Coverage   56.51%   56.51%           
=======================================
  Files         118      118           
  Lines        4636     4636           
  Branches      956      956           
=======================================
  Hits         2620     2620           
  Misses       2016     2016

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4da78b3...cc14f8b. Read the comment docs.

@codehag codehag merged commit 83f2957 into firefox-devtools:master Aug 21, 2017
@sagorika1996 sagorika1996 deleted the issue-3719 branch August 22, 2017 12:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants