enhance(mobile): enhance References margin and padding

This commit is contained in:
leizhe
2021-12-19 19:06:07 +08:00
committed by Tienson Qin
parent c5adb7457f
commit 969fec3c99
4 changed files with 16 additions and 4 deletions

View File

@@ -160,6 +160,14 @@
}
}
html.is-mobile,
html.is-native-iphone,
html.is-native-android {
.references .block-control, .block-control:hover {
margin-left: -20px;
}
}
.block-ref {
border-bottom: 0.5px solid;
border-bottom-color: var(--ls-block-ref-link-text-color);