Merge branch 'master' into gesture-support-on-block

This commit is contained in:
llcc
2022-05-23 22:07:36 +08:00
committed by GitHub
162 changed files with 3925 additions and 3097 deletions

View File

@@ -4,7 +4,7 @@
@screen sm {
width: calc(100% - 33px);
overflow-x: auto;
overflow-x: visible;
}
}
@@ -223,14 +223,6 @@
}
}
html.is-mobile,
html.is-native-iphone,
html.is-native-android {
.references .block-control {
margin-left: -20px;
}
}
.block-ref {
border-bottom: 0.5px solid;
border-bottom-color: var(--ls-block-ref-link-text-color);
@@ -278,6 +270,19 @@ html.is-native-android {
align-items: center;
}
}
&.is-doc {
&:before {
content: "[[📜";
opacity: .7;
margin-right: 4px;
}
&:after {
content: "]]";
opacity: .7;
}
}
}
.embed-page {