Merge pull request #735 from kuangshen04/PR-Branch

彻底炸掉playSkillAudio
This commit is contained in:
Spmario233 2023-12-19 23:45:08 +08:00 committed by GitHub
commit 89fa4c7f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 501 additions and 688 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1935,10 +1935,20 @@ div:not(.handcards)>.card>.info>span,
padding: 0;
}
div:has(>div.skill):only-child {
display: flex;
flex-wrap: nowrap;
}
.skill {
left: 0 !important;
width: 70px !important;
white-space: nowrap;
flex: 0 0 70px !important;
word-break: break-word;
/* width: 70px !important;
white-space: nowrap; */
}
.skill+div {
flex: 1;
word-break: break-word;
}
.skilln {
left: 0 !important;