enhance(mobile): less left/right spaces in Reference

This commit is contained in:
leizhe
2021-12-01 14:04:37 +08:00
parent c67a17b035
commit 885ef0bcd1
2 changed files with 9 additions and 2 deletions

View File

@@ -1124,6 +1124,13 @@ a.tooltip-priority {
background: var(--ls-tertiary-background-color);
}
.references-blocks .block-control {
margin-left: -22px;
@screen sm {
margin-left: 2px;
}
}
#head .fade-link {
font-weight: 600;
font-size: 13px;