Skip to content

Commit 7cb10a1

Browse files
committed
try to fix safari bug
1 parent a8280f5 commit 7cb10a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/visuals/bitboards/bitboard-visualizer.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ export default function BitboardVisualizer({ codeLines, steps, stepDelay = 2000
207207
.bitboard-info {
208208
margin-top: 0.25rem;
209209
margin-bottom: 0.25rem;
210-
display: block;
210+
display: flex;
211+
flex-direction: column;
212+
gap: 0.25rem;
211213
font-family: "IBM Plex Mono", monospace;
212214
font-size: 0.875rem;
213215
width: 100%;
@@ -220,7 +222,6 @@ export default function BitboardVisualizer({ codeLines, steps, stepDelay = 2000
220222
padding: 0.5rem;
221223
background-color: #f9fafb;
222224
border-radius: 0.25rem;
223-
margin-bottom: 0.25rem;
224225
}
225226
226227
.info-item.binary {

0 commit comments

Comments
 (0)