| Index: Source/devtools/front_end/resources/resourcesPanel.css
|
| diff --git a/Source/devtools/front_end/resources/resourcesPanel.css b/Source/devtools/front_end/resources/resourcesPanel.css
|
| index 83024bb9a3005541960926aa028891108de7e2f9..ce6a4cbc5bcdab4352afdf988c9d8148043bf1ce 100644
|
| --- a/Source/devtools/front_end/resources/resourcesPanel.css
|
| +++ b/Source/devtools/front_end/resources/resourcesPanel.css
|
| @@ -73,21 +73,8 @@ body.inactive .resources.panel .sidebar li.selected .selection {
|
| top: 1px;
|
| }
|
|
|
| -.resources-main {
|
| - position: absolute;
|
| - top: 0;
|
| - bottom: 23px;
|
| - left: 0;
|
| - right: 0;
|
| - display: flex;
|
| -}
|
| -
|
| .resources-status-bar {
|
| - position: absolute;
|
| - bottom: 0;
|
| - left: 0;
|
| - right: 0;
|
| - height: 23px;
|
| + border-top: 1px solid #ccc;
|
| background-color: #eee;
|
| }
|
|
|
|
|