From 3b24e41258a59b79b86d7589cc64958a89f7a793 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Fri, 17 Jan 2020 06:29:11 -0800 Subject: [PATCH] Fix hermes chrome debugger for Flipper Summary: When Flipper upgraded Electron it broke the iframe sandboxing for devtools, the fix is to use a webview (which requires some CSS fixes to render full screen). Reviewed By: ArchDev Differential Revision: D19446243 fbshipit-source-id: 7fd0b0fc922aa6c05c24efc20adce1cb61f24c99 --- static/icons.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/icons.json b/static/icons.json index 76f540827..47cae0825 100644 --- a/static/icons.json +++ b/static/icons.json @@ -50,7 +50,8 @@ 16 ], "caution-octagon": [ - 16 + 16, + 20 ], "caution-triangle": [ 12, @@ -184,7 +185,8 @@ 16 ], "question-circle": [ - 12 + 12, + 20 ], "question": [ 16 @@ -321,5 +323,8 @@ ], "pencil-outline": [ 16 + ], + "code": [ + 12 ] -} \ No newline at end of file +}