diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-11-08 08:04:49 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-11-08 08:04:49 +0100 |
| commit | f47491b3a89ba769760bb555ea72f1416cb0cb08 (patch) | |
| tree | d99a46500a83bf8eb4b7fb3bcc5c1e698fbfed64 /utils/minesweeper/style.css | |
| parent | d656de03fc22e5b39117087ef4e95cfc9f239708 (diff) | |
| download | cacharle.xyz-f47491b3a89ba769760bb555ea72f1416cb0cb08.tar.gz cacharle.xyz-f47491b3a89ba769760bb555ea72f1416cb0cb08.tar.bz2 cacharle.xyz-f47491b3a89ba769760bb555ea72f1416cb0cb08.zip | |
Added flash message remove on new game, moving info bar to the top
Diffstat (limited to 'utils/minesweeper/style.css')
| -rw-r--r-- | utils/minesweeper/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} |
