allow sharing office files into Logseq on mobile (#5292)

* allow share office files into logseq on mobile
This commit is contained in:
llcc
2022-05-13 16:00:17 +08:00
committed by GitHub
parent 9dd63cf711
commit 3d725f8acb
5 changed files with 60 additions and 34 deletions

View File

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