forked from Automattic/liveblog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_entry.scss
62 lines (51 loc) · 928 Bytes
/
_entry.scss
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
.liveblog-entry {
position: relative;
padding: 1rem;
margin-bottom: 1rem;
}
.liveblog-meta {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
text-decoration: none;
}
.liveblog-meta-time {
display: block;
}
.liveblog-meta-time span {
display: block;
}
.liveblog-meta-author {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.liveblog-meta-author-avatar img {
width: 30px;
height: 30px;
}
.liveblog-entry-tools {
margin-top: 1rem;
}
.liveblog-entry-tools .liveblog-btn:first-child {
margin-right: .5rem;
}
.liveblog-entry .type-key {
display: none;
}
.liveblog-emoji {
display: inline-block;
overflow: hidden;
max-width: 1.95ch;
max-height: 1em;
line-height: inherit;
margin: 0em 0em -.2ex;
}
.liveblog-hash::before {
content: "#";
}
.fb-post.fb_iframe_widget,
.fb-post.fb_iframe_widget > span,
.fb-post.fb_iframe_widget iframe {
max-width: 100%;
}