From 2cfb2f5ffa0f6be4ebcc24fbfc22c15446cf98fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 25 Dec 2018 19:18:27 -0500 Subject: [PATCH] Commit compiled CSS --- agaric/css/agaric.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agaric/css/agaric.css b/agaric/css/agaric.css index b020b36..e6922c9 100644 --- a/agaric/css/agaric.css +++ b/agaric/css/agaric.css @@ -7447,6 +7447,10 @@ iframe { .agc-mushroom::before { content: "\e031"; } +/* Extra styling for Ionicons */ +ion-icon { + vertical-align: text-bottom; } + .is-fixed { position: fixed; top: 0;