| Index: Source/devtools/front_end/profiler/profilesPanel.css
|
| diff --git a/Source/devtools/front_end/profiler/profilesPanel.css b/Source/devtools/front_end/profiler/profilesPanel.css
|
| index b876ba17bfb5fc8d2427691d51a5aebe9d5e8715..2cac416898a96e7f742a314dc9952d3b85fd0506 100644
|
| --- a/Source/devtools/front_end/profiler/profilesPanel.css
|
| +++ b/Source/devtools/front_end/profiler/profilesPanel.css
|
| @@ -64,14 +64,12 @@
|
| color: inherit;
|
| }
|
|
|
| -.profiles.panel .status-bar {
|
| - border-bottom: 1px solid rgb(202, 202, 202);
|
| - border-top: none;
|
| -}
|
| -
|
| .profiles-status-bar {
|
| + display: flex;
|
| background-color: #eee;
|
| flex: 0 0 23px;
|
| + flex-direction: row;
|
| + border-bottom: 1px solid rgb(202, 202, 202);
|
| }
|
|
|
| .profile-launcher-view-tree-item > .icon {
|
|
|