Skip to content

Commit 69f9fbf

Browse files
committed
center dealer chip
1 parent 954f83d commit 69f9fbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kaggle_environments/envs/open_spiel_env/games/repeated_poker/visualizer/default/src/repeated_poker_renderer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ export function renderer(options) {
214214
.blind-indicator { font-size: 0.7rem; color: #a0aec0; margin-top: 3px; }
215215
.dealer-button {
216216
width: 36px; height: 36px; background-color: #f0f0f0; color: #333; border-radius: 50%;
217-
text-align: center; line-height: 36px; font-weight: bold; font-size: 28px; position: absolute;
217+
text-align: center; font-weight: bold; font-size: 28px; position: absolute;
218+
padding-left: 1px;
219+
line-height: 33px;
218220
box-shadow: 0 1px 3px rgba(0,0,0,0.3); z-index: 15; pointer-events: auto;
219221
border: 2px solid black;
220222
outline: 2px solid #20BEFF;

0 commit comments

Comments
 (0)