commit
89fa4c7f37
1177
game/game.js
1177
game/game.js
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue