Skip to content

Commit

Permalink
feat: hide the login tip
Browse files Browse the repository at this point in the history
  • Loading branch information
xupea committed Mar 20, 2024
1 parent fa39b51 commit fb81542
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clean-csdn",
"displayName": "Clean CSDN Blog",
"version": "1.0.1",
"version": "1.0.2",
"author": "Peter Xu",
"description": "Just make csdn blog as clean as it should be",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions src/contentScript/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ aside {
display: none !important;
}

.passport-login-tip-container {
display: none !important;
}

@media screen and (min-width: 1380px) {
.nodata .container {
width: unset !important;
Expand Down

0 comments on commit fb81542

Please sign in to comment.