Skip to content

Commit

Permalink
DevTools: update css for Remote Devices drawer panel
Browse files Browse the repository at this point in the history
Removes an unnecessary gap above the scrollbar.

BUG=629730

Review-Url: https://codereview.chromium.org/2182593002
Cr-Commit-Position: refs/heads/master@{#407800}
  • Loading branch information
psybuzz authored and Commit bot committed Jul 26, 2016
1 parent 8f09224 commit 88a154f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions front_end/devices/devicesView.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
* found in the LICENSE file.
*/

.devices-view {
padding-top: 15px;
}

.devices-container {
overflow: hidden;
flex: auto;
Expand All @@ -18,6 +14,7 @@
display: flex;
flex-direction: column;
align-items: stretch;
padding-top: 15px;
}

.devices-sidebar-list {
Expand Down Expand Up @@ -87,6 +84,7 @@

.discovery-view {
overflow: auto;
padding: 15px 15px 0px 0px;
}

.discovery-view > * {
Expand Down

0 comments on commit 88a154f

Please sign in to comment.