Skip to content

Commit b0a9396

Browse files
Merge pull request #6 from plotly/notifier-css
fix notifier css
2 parents 3de73d5 + 9e2e21b commit b0a9396

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/css/_notifier.scss

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
.plotly-notifier {
2+
font-family: 'Open Sans'; // Because not all contexts have this specified.
23
position: fixed;
34
top: 50px;
45
right: 20px;
56
z-index: 10000;
7+
font-size: 10pt;
8+
max-width: 180px;
9+
10+
p {
11+
margin: 0;
12+
}
613

714
.notifier-note {
815
min-width: 180px;
@@ -37,5 +44,3 @@
3744
}
3845
}
3946
}
40-
41-

0 commit comments

Comments
 (0)