From a74b64f4577eb7d0381045b242e96a56e490f460 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 1 Jan 2016 21:38:21 -0800 Subject: [PATCH] Make tile layout a bit better, so we stop losing parts of text. --- static/babystats.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/babystats.css b/static/babystats.css index 6dcf09b..3f8938d 100644 --- a/static/babystats.css +++ b/static/babystats.css @@ -142,6 +142,7 @@ babyStatsCellStatus { background-color: rgb(189,21,80); color: rgb(248,202,0); font-size: 3vmin; + opacity: 0.8; } .babyStatsCellStatusActive { @@ -157,7 +158,7 @@ babyStatsCellContents { padding: 5px; height: calc(100% - 20px); width: calc(100% - 20px); - font-size: 6vmin; + font-size: 5vmin; font-weight: bold; white-space: pre-line; background-color: rgb(73,10,61);