Merge pull request #26 from Linux-qitong/patch-1

添加important使css强制生效
This commit is contained in:
Qinyang Liu 2024-11-02 23:49:37 +08:00 committed by GitHub
commit 206760df16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -349,8 +349,8 @@
#friend-circle-lite-root .card-bg {
cursor: default;
z-index: 0;
border-radius: 50%;
margin: 0;
border-radius: 50% !important;
margin: 0 !important;
position: absolute;
bottom: -20px;
right: -16px;