| Index: Source/devtools/front_end/sourcesPanel.css
|
| diff --git a/Source/devtools/front_end/sourcesPanel.css b/Source/devtools/front_end/sourcesPanel.css
|
| index b9978e045d72dc510925f97c12cda5c7e2704762..2040a2c6e775410f2f4d9ef7fce4ad9cdbbd6252 100644
|
| --- a/Source/devtools/front_end/sourcesPanel.css
|
| +++ b/Source/devtools/front_end/sourcesPanel.css
|
| @@ -70,6 +70,7 @@
|
| .scripts-debug-toolbar-drawer > label {
|
| display: flex;
|
| padding-left: 3px;
|
| + border-top: 1px solid rgb(196,196,196);
|
| }
|
|
|
| #scripts-editor-toolbar {
|
| @@ -140,8 +141,10 @@
|
| .panel.sources .split-view #scripts-debug-sidebar-resizer-widget.ns-resizer-widget {
|
| -webkit-transform: rotate(90deg);
|
| right: 17px;
|
| - bottom: 0;
|
| + bottom: 1px;
|
| top: auto;
|
| + height: 16px;
|
| + width: 24px;
|
| }
|
|
|
| .panel.sources .split-view.hbox #scripts-debug-sidebar-resizer-widget {
|
| @@ -154,6 +157,7 @@
|
|
|
| .panel.sources button.status-bar-item.scripts-navigator-show-hide-button {
|
| display: block;
|
| + left: 4px;
|
| }
|
|
|
| .panel.sources .navigator-tabbed-pane .tabbed-pane-header {
|
|
|