| OLD | NEW |
| 1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 :host { | 5 :host { |
| 6 height: 100%; | 6 height: 100%; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #panel { | 9 #panel { |
| 10 --paper-header-panel-standard-container: { | 10 --paper-header-panel-standard-container: { |
| 11 display: flex; | 11 display: flex; |
| 12 }; | 12 }; |
| 13 } | 13 } |
| 14 | 14 |
| 15 #items { | 15 #pages { |
| 16 -webkit-margin-start: 30px; | 16 -webkit-margin-start: 30px; |
| 17 overflow-y: auto; | 17 overflow-y: auto; |
| 18 padding-bottom: 30px; | 18 padding-bottom: 30px; |
| 19 width: 100%; | 19 width: 100%; |
| 20 } | 20 } |
| 21 | 21 |
| 22 extensions-item { | 22 extensions-item { |
| 23 display: inline-block; | 23 display: inline-block; |
| 24 } | 24 } |
| OLD | NEW |