From 9ecc62a61dcff1804dccfd800a972c7a2e9b226b Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Tue, 10 May 2016 13:07:29 -0400 Subject: [PATCH] Added hack for prettier snackbar - this closes #56 --- index.html | 2 +- static/css/style.css | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f786bd2..596cb3b 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@
- +
diff --git a/static/css/style.css b/static/css/style.css index fc81a09..ceb4bbd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -29,6 +29,17 @@ color: white; text-align: center; } +#snackButton { + width: 0px; + height: 0px; + display: none; +} +.mdl-snackbar__text { + padding: 14px 30px 14px 30px; +} +.mdl-snackbar { + min-width:0px; +} main { padding: 50px 100px; }