mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-25 07:26:49 +00:00
wip: implment webmention display block
This commit is contained in:
@@ -222,4 +222,73 @@ nav {
|
||||
/* twikoo 评论区超链接样式 */
|
||||
.tk-main a {
|
||||
@apply text-blue-700
|
||||
}
|
||||
|
||||
/* Webmention style */
|
||||
.post-footer {
|
||||
background: rgba(0, 116, 222, .2);
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.webmention {
|
||||
margin-top: 1rem;
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.webmention-counts .count {
|
||||
font-weight: bold;
|
||||
margin-right: .2rem;
|
||||
}
|
||||
|
||||
/* .webmention-counts .counts > span {
|
||||
margin-right: .8rem;
|
||||
} */
|
||||
.webmention-counts .counts>span:not(:last-child):after {
|
||||
content: " • ";
|
||||
}
|
||||
|
||||
a.avatar-wrapper {
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.webmention-avatars .avatar-wrapper {
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
border-radius: 50%;
|
||||
margin: 0;
|
||||
border: 3px solid rgba(0, 116, 222, .5);
|
||||
}
|
||||
|
||||
.replies {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.reply {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
align-items: flex-start;
|
||||
margin-top: .6rem;
|
||||
}
|
||||
|
||||
.reply p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.reply .text {
|
||||
margin-left: 1rem;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.reply-author-name {
|
||||
font-weight: 500;
|
||||
}
|
||||
Reference in New Issue
Block a user