From f47491b3a89ba769760bb555ea72f1416cb0cb08 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 8 Nov 2020 08:04:49 +0100 Subject: Added flash message remove on new game, moving info bar to the top --- utils/minesweeper/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/minesweeper/style.css') diff --git a/utils/minesweeper/style.css b/utils/minesweeper/style.css index 7d2a0b1..066650c 100644 --- a/utils/minesweeper/style.css +++ b/utils/minesweeper/style.css @@ -117,3 +117,6 @@ input { border-color: #b71c1c; } +.info-bar { + height: 120px; +} -- cgit