diff --git a/server/hra/web/game.py b/server/hra/web/game.py index a5f0eb9..02af208 100644 --- a/server/hra/web/game.py +++ b/server/hra/web/game.py @@ -245,7 +245,7 @@ class Occupy(WLogic): box_size = int(font_size * 1.5 + 1) left_w = 0 if conff.status.data == conff.status_left: - left_w = 150 + left_w = 250 box_w = box_size if conff.big_fields.data: box_w *= 1.5