From 8dec5b02f3f4b721d3146e840d9ce93aac4c8298 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 5 Sep 2024 01:01:01 +0900 Subject: [PATCH 1/3] Reduce glyph for emoji font --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cce85bb2..d46fbee7 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ From 7db56cc0da7f2df9f4b0511e170c5e0aa2044013 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 5 Sep 2024 01:03:21 +0900 Subject: [PATCH 2/3] Lazy load external CSS --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/index.html b/index.html index d46fbee7..29da39f4 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,20 @@ content="width=device-width,initial-scale=1.0,minimum-scale=1.0" /> emobu + + + Date: Thu, 5 Sep 2024 01:07:15 +0900 Subject: [PATCH 3/3] Clarify image size to respect insight advice --- src/Main.elm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Main.elm b/src/Main.elm index a63b9366..0dc2a85f 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -668,6 +668,8 @@ appHeader = [ Attr.class "github-logo" , Attr.src "/images/github-mark.svg" , Attr.draggable "false" + , Attr.height 24 + , Attr.width 24 ] [] ]