mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
Merge branch 'master' into gesture-support-on-block
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user