We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0acf27 commit 0cc0574Copy full SHA for 0cc0574
1 file changed
packages/webui/src/client/ui/PreviewPopUp/PreviewPopUp.scss
@@ -7,26 +7,8 @@
7
border-radius: 5px;
8
overflow: hidden;
9
pointer-events: none;
10
-
11
z-index: 9999;
12
13
- &--large {
14
- width: 482px;
15
- padding-bottom: 10px;
16
- --preview-max-dimension: 480;
17
- }
18
19
- &--small {
20
- width: 322px;
21
- --preview-max-dimension: 320;
22
23
24
- &--hidden {
25
- visibility: none;
26
27
28
font-family: Roboto Flex;
29
30
font-style: normal;
31
font-weight: 500;
32
font-size: 16px;
@@ -50,6 +32,21 @@
50
'YTFI' 738,
51
33
'YTLC' 548,
52
34
'YTUC' 712;
35
+
36
+ &--large {
37
+ width: 482px;
38
+ padding-bottom: 10px;
39
+ --preview-max-dimension: 480;
40
+ }
41
42
+ &--small {
43
+ width: 322px;
44
+ --preview-max-dimension: 320;
45
46
47
+ &--hidden {
48
+ visibility: none;
49
53
}
54
55
.preview-popUp__preview {
0 commit comments