This commit is contained in:
Van
2019-01-02 12:34:03 +08:00
parent da6806f2b6
commit 8937b76246
26 changed files with 1112 additions and 60 deletions

View File

@@ -19,7 +19,7 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.1.0.0, Jan 29, 2018
* @version 0.1.0.1, Jan 2, 2019
*/
/* start common */
html {
@@ -334,6 +334,25 @@ blockquote {
box-shadow: inset 0 -1px 0 #bbb
}
.content-reset__task,
.content-reset .task-list-item {
list-style: none;
margin-left: -1em;
}
.content-reset img {
cursor: zoom-in;
}
.content-reset img.emoji {
cursor: auto;
max-width: 18px;
}
.content-reset ins > iframe {
border: 0;
}
.fn-flex {
display: flex
}

File diff suppressed because one or more lines are too long