Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * Copyright 2017 The Chromium Authors. All rights reserved. | 2 * Copyright 2017 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 .overview-info { | 7 .overview-info { |
| 8 display: flex; | 8 display: flex; |
| 9 background: white; | 9 background: white; |
| 10 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2p x 6px rgba(0, 0, 0, 0.1); | 10 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2p x 6px rgba(0, 0, 0, 0.1); |
| 11 pointer-events: none; | |
| 12 } | 11 } |
| 13 | 12 |
| 14 .overview-info .frame .time { | 13 .overview-info .frame .time { |
| 15 display: none; | 14 display: none; |
| 16 } | 15 } |
| 17 | 16 |
| 18 .overview-info .frame .thumbnail img { | 17 .overview-info .frame .thumbnail img { |
| 19 max-width: 400px; | 18 max-width: 400px; |
| 20 max-height: 500px; | 19 max-height: 500px; |
| 21 } | 20 } |
| 22 | |
| 23 | |
| OLD | NEW |