aboutsummaryrefslogtreecommitdiff
path: root/utils/minesweeper/style.css
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-08 08:04:49 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-08 08:04:49 +0100
commitf47491b3a89ba769760bb555ea72f1416cb0cb08 (patch)
treed99a46500a83bf8eb4b7fb3bcc5c1e698fbfed64 /utils/minesweeper/style.css
parentd656de03fc22e5b39117087ef4e95cfc9f239708 (diff)
downloadcacharle.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.css3
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;
+}