| Index: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| index 2ce52a00f41c53fe718016920430167e3bd61445..dc2fe7e8cdce6ece1e47164283cfce61c38702f5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| @@ -35,12 +35,13 @@
|
| display: flex;
|
| align-items: center;
|
| background-color: #eee;
|
| - height: 20px;
|
| + height: 26px;
|
| padding: 0 5px;
|
| border-top: 1px solid #dadada;
|
| white-space: nowrap;
|
| overflow: hidden;
|
| position: relative;
|
| + border-bottom: 1px solid transparent;
|
| }
|
|
|
| .expandable-view-title.expanded,
|
| @@ -78,7 +79,7 @@
|
| .expandable-view-title > .toolbar {
|
| position: absolute;
|
| right: 0;
|
| - top: -3px;
|
| + top: 0;
|
| }
|
|
|
| .sidebar-pane-container .toolbar {
|
|
|