-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathembed.css
63 lines (53 loc) · 1.16 KB
/
embed.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.internal-embed.markdown-embed.inline-embed.is-loaded {
background-color: #29292950;
border-radius: 6px;
}
.markdown-preview-sizer {
min-height: 0px !important;
}
.internal-embed h6 {
margin-top: 0px;
margin-bottom: 0px;
}
ul.contains-task-list.has-list-bullet {
margin-top: 0px;
margin-bottom: 0px;
}
.internal-embed h1[data-heading],
.internal-embed h2[data-heading],
.internal-embed h3[data-heading],
.internal-embed h4[data-heading],
.internal-embed h5[data-heading],
.internal-embed h6[data-heading] {
padding: 4px;
margin-top: 2px;
margin-bottom: 0px;
}
.contains-task-list {
margin-top: 2px !important;
}
.embed-title {
padding: 0px;
display: none;
}
.internal-embed {
display: flex !important;
align-content: stretch;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.markdown-embed-link {
position: relative;
align-self: self-start;
padding: 0;
width: auto !important;
height: auto !important;
display: flex;
justify-content: center;
align-items: center;
}
div.markdown-embed-link svg {
display: flex;
margin: 8px;
}