enhance(mobile): tweak body style

This commit is contained in:
leizhe
2021-12-19 20:25:36 +08:00
committed by Tienson Qin
parent 969fec3c99
commit fd7bb2c64a
3 changed files with 22 additions and 10 deletions

View File

@@ -1,6 +1,9 @@
.block-content-wrapper {
/* 38px is the width of block-control */
width: calc(100% - 38px);
width: calc(100% - 22px);
@screen sm {
width: calc(100% - 33px);
}
}
.block-content {