Skip to content

Commit 3a5566f

Browse files
committed
fix(unfollow): 🐛 fix wrong style number
1 parent 69b3513 commit 3a5566f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ckylin-bilibili-unfollow.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@
11181118
display: flex;
11191119
flex-wrap: nowrap;
11201120
flex-direction: column;
1121-
max-height: calc(80vh - 1100px);
1121+
max-height: calc(80vh - 110px);
11221122
}
11231123
.CKFOMAN-data-inforow{
11241124
border-radius: 6px;

0 commit comments

Comments
 (0)