Skip to content

Commit fb81542

Browse files
author
xupea
committed
feat: hide the login tip
1 parent fa39b51 commit fb81542

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clean-csdn",
33
"displayName": "Clean CSDN Blog",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Peter Xu",
66
"description": "Just make csdn blog as clean as it should be",
77
"type": "module",

src/contentScript/overrides.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ aside {
22
display: none !important;
33
}
44

5+
.passport-login-tip-container {
6+
display: none !important;
7+
}
8+
59
@media screen and (min-width: 1380px) {
610
.nodata .container {
711
width: unset !important;

0 commit comments

Comments
 (0)