mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
allow sharing office files into Logseq on mobile (#5292)
* allow share office files into logseq on mobile
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user