fix style in mobile

This commit is contained in:
Pan
2019-03-22 13:12:03 +08:00
parent d919acf64b
commit ec7c585813
3 changed files with 13 additions and 1 deletions

View File

@@ -220,7 +220,6 @@ $cursor: #fff;
color: #454545;
}
}
</style>
<style rel="stylesheet/scss" lang="scss" scoped>
@@ -299,5 +298,11 @@ $light_gray:#eee;
right: 0;
bottom: 6px;
}
@media only screen and (max-width: 470px) {
.thirdparty-button {
display: none;
}
}
}
</style>