From a3353e4ef797b31af789ec4802ca36c2df08bfc4 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Mon, 21 Sep 2020 13:11:24 +0200 Subject: [PATCH] fix: resize invisible/gigantic No Distractions theme icon --- app/assets/stylesheets/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_footer.scss b/app/assets/stylesheets/_footer.scss index 94bc22fdd..3d9933562 100644 --- a/app/assets/stylesheets/_footer.scss +++ b/app/assets/stylesheets/_footer.scss @@ -31,7 +31,7 @@ border-bottom: 2px solid var(--sn-stylekit-info-color); } - .ionicon { + svg { width: 12px; height: 12px; fill: var(--sn-stylekit-secondary-foreground-color);