Merge branch 'master' into disable-webview-resize

This commit is contained in:
llcc
2022-05-16 11:17:59 +08:00
committed by GitHub
16 changed files with 150 additions and 76 deletions

View File

@@ -232,6 +232,19 @@
align-items: center;
}
}
&.is-doc {
&:before {
content: "[[📜";
opacity: .7;
margin-right: 4px;
}
&:after {
content: "]]";
opacity: .7;
}
}
}
.embed-page {