fix: css
This commit is contained in:
parent
d3c0ecb5d4
commit
33d2163bab
3 changed files with 60 additions and 62 deletions
|
|
@ -783,7 +783,7 @@ a:hover { text-decoration: underline; }
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
min-width: 0;
|
||||
min-width: 4em;
|
||||
}
|
||||
|
||||
.score-bars { display: flex; flex-direction: row; gap: 1.5rem; flex: 1; align-items: center; }
|
||||
|
|
@ -2460,7 +2460,6 @@ a:hover { text-decoration: underline; }
|
|||
justify-content: space-around;
|
||||
align-items: center;
|
||||
gap: 0.4rem;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.ctrl-status .game-status {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue