Skip to content

Commit c9b5464

Browse files
author
ParkalotDev3
committed
hide the player name, not the clock
1 parent dbc3a2b commit c9b5464

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ui/analyse/css/study/relay/_board-player.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@
4343
@extend %flex-center-nowrap;
4444
flex: 1 1 100%;
4545
gap: 1em;
46+
overflow: hidden;
4647
}
4748

4849
@extend %result-box;
50+
.result {
51+
margin-inline-start: 1em;
52+
}
4953

5054
.analyse__clock {
5155
@extend %roboto, %flex-center-nowrap;

ui/analyse/src/study/playerBars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function renderPlayer(
101101
player.rating && hl('span.elo', `${player.rating}`),
102102
]),
103103
]),
104-
resultNode,
105104
]),
105+
resultNode,
106106
materialDiffs[top ? 0 : 1],
107107
clocks?.[color === 'white' ? 0 : 1],
108108
])

0 commit comments

Comments
 (0)