From 9e2e21b329074fb2de816f4e56a9fd4f3da9b6b8 Mon Sep 17 00:00:00 2001 From: alexander-daniel Date: Mon, 16 Nov 2015 13:38:15 -0500 Subject: [PATCH] fix notifier css --- src/css/_notifier.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/css/_notifier.scss b/src/css/_notifier.scss index 666edbba3b1..86d1f776345 100644 --- a/src/css/_notifier.scss +++ b/src/css/_notifier.scss @@ -1,8 +1,15 @@ .plotly-notifier { + font-family: 'Open Sans'; // Because not all contexts have this specified. position: fixed; top: 50px; right: 20px; z-index: 10000; + font-size: 10pt; + max-width: 180px; + + p { + margin: 0; + } .notifier-note { min-width: 180px; @@ -37,5 +44,3 @@ } } } - -