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 :host { | 7 :host { |
8 flex: none !important; | 8 flex: none !important; |
9 } | 9 } |
10 | 10 |
11 .filmstrip-dialog { | 11 .filmstrip-dialog { |
12 margin: 12px; | 12 margin: 12px; |
13 } | 13 } |
14 | 14 |
15 .filmstrip-dialog > img { | 15 .filmstrip-dialog > img { |
16 border: 1px solid #ddd; | 16 border: 1px solid #ddd; |
17 max-height: 80vh; | 17 max-height: 80vh; |
18 max-width: 80vw; | 18 max-width: 80vw; |
19 } | 19 } |
20 | 20 |
21 .filmstrip-dialog-footer { | 21 .filmstrip-dialog-footer { |
22 display: flex; | 22 display: flex; |
23 align-items: center; | 23 align-items: center; |
24 margin-top: 10px; | 24 margin-top: 10px; |
25 } | 25 } |
26 | 26 |
27 .filmstrip-dialog-label { | 27 .filmstrip-dialog-label { |
28 margin: 8px 8px; | 28 margin: 8px 8px; |
29 } | 29 } |
OLD | NEW |