Skip to content

Commit 0ab5904

Browse files
committed
fix scale
1 parent 004abc3 commit 0ab5904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/UI.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ dd.yellow {
22072207
position: absolute;
22082208
left: 50%;
22092209
top: 50%;
2210-
transform: translate(-50%, -50%);
2210+
transform: translate(-50%, -50%) scale(1.05);
22112211
width: 360px;
22122212
padding: 0;
22132213
border: 1px solid #ccc;

0 commit comments

Comments
 (0)