Fix Firefox banner alert alignment

This commit is contained in:
Tessa Kelly 2020-03-18 13:51:02 -07:00
parent 8eca25a267
commit 607271281d

View File

@ -230,6 +230,7 @@ inCircle config =
, Css.backgroundColor config.backgroundColor , Css.backgroundColor config.backgroundColor
, Css.displayFlex , Css.displayFlex
, Css.alignItems Css.center , Css.alignItems Css.center
, Css.justifyContent Css.center
] ]
] ]
[ config.icon [ config.icon