commit
89fa4c7f37
1175
game/game.js
1175
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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div:has(>div.skill):only-child {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
.skill {
|
.skill {
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
width: 70px !important;
|
flex: 0 0 70px !important;
|
||||||
white-space: nowrap;
|
word-break: break-word;
|
||||||
|
/* width: 70px !important;
|
||||||
|
white-space: nowrap; */
|
||||||
|
}
|
||||||
|
.skill+div {
|
||||||
|
flex: 1;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.skilln {
|
.skilln {
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
|
|
Loading…
Reference in New Issue