fix(mobile): remove block-control hover left-margin

pull/3535/head
leizhe 2021-12-21 10:11:45 +08:00 committed by Tienson Qin
parent 925f764730
commit 7c1076673b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
html.is-mobile, html.is-mobile,
html.is-native-iphone, html.is-native-iphone,
html.is-native-android { html.is-native-android {
.references .block-control, .block-control:hover { .references .block-control {
margin-left: -20px; margin-left: -20px;
} }
} }