From 1ce272608d35c7c4103df2eaa881bc8ab24d25bc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 21 Sep 2021 16:10:35 -0500 Subject: [PATCH] iOS: fix floating action button icon --- app/styles/ui.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 1db02bc33..bcdfb960a 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -383,6 +383,7 @@ svg { stroke-width: 1px; + width: 40px; // iOS fix } } }