OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2015 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 .film-strip-view { | 7 .film-strip-view { |
8 overflow-x: auto; | 8 overflow-x: auto; |
9 overflow-y: hidden; | 9 overflow-y: hidden; |
10 align-content: flex-start; | 10 align-content: flex-start; |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 } | 64 } |
65 | 65 |
66 .film-strip-view .frame:hover .thumbnail img { | 66 .film-strip-view .frame:hover .thumbnail img { |
67 box-shadow: none; | 67 box-shadow: none; |
68 } | 68 } |
69 | 69 |
70 .film-strip-view .frame .time { | 70 .film-strip-view .frame .time { |
71 font-size: 10px; | 71 font-size: 10px; |
72 margin-top: 2px; | 72 margin-top: 2px; |
73 } | 73 } |
OLD | NEW |