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 {
|
||||
|
|
|
|||
|
|
@ -169,7 +169,6 @@ pub fn MergedScorePanel(
|
|||
<div class="strip-avatar strip-avatar-me"></div>
|
||||
<div class="score-row-name">
|
||||
<span class="player-name">{my_name}</span>
|
||||
<span class="you-tag">{t!(i18n, you_suffix)}</span>
|
||||
</div>
|
||||
{my_can_bredouille.then(|| view! {
|
||||
<span class="bredouille-badge"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue