-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathembedURL.css
46 lines (38 loc) · 856 Bytes
/
embedURL.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.MMM-EmbedURL .embed.rootWrapper, .embed .embededWrapper, .embed .embededSubWrapper {
display: flex;
width: 100%;
flex-direction: column;
align-items: center;
gap: 10px;
}
.MMM-EmbedURL .embed.rootWrapper {
flex-direction: column;
}
.MMM-EmbedURL .embed .embededSubWrapper0 {
flex-direction: row;
align-items: flex-start;
}
.MMM-EmbedURL .embed .iconWrapper, .embed .titleWrapper {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
gap: 10px;
}
.MMM-EmbedURL .ebmed .title {
text-decoration: underline;
}
.MMM-EmbedURL .embed .fontIcon {
line-height: 1.5;
}
.MMM-EmbedURL .embed .fontIcon.iconify {
width: 32px;
height: 32px;
}
.MMM-EmbedURL .embed .imgIcon {
width: 32px;
}
/* .MMM-EmbedURL .embed .embeded {
width: 800px;
height: 400px;
} */