From b08885d398701901dc3fa1a886f2f70acac092d0 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 2 May 2023 15:14:17 -0400 Subject: [PATCH] Increases icon size --- images/icons/clock.svg | 2 +- src/webviews/apps/commitDetails/commitDetails.html | 2 +- src/webviews/apps/plus/focus/focus.html | 2 +- src/webviews/apps/plus/graph/graph.html | 2 +- src/webviews/apps/plus/timeline/timeline.html | 2 +- src/webviews/apps/shared/glicons.scss | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/icons/clock.svg b/images/icons/clock.svg index 94e68ae..f096f4e 100644 --- a/images/icons/clock.svg +++ b/images/icons/clock.svg @@ -1 +1 @@ - + diff --git a/src/webviews/apps/commitDetails/commitDetails.html b/src/webviews/apps/commitDetails/commitDetails.html index 9fe737e..1810c16 100644 --- a/src/webviews/apps/commitDetails/commitDetails.html +++ b/src/webviews/apps/commitDetails/commitDetails.html @@ -258,7 +258,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?2e51fe40df2abdf6a27fbae6c29587b1') format('woff2'); + src: url('#{root}/dist/glicons.woff2?bee7d3595dedb7062d58fb94d382c713') format('woff2'); } diff --git a/src/webviews/apps/plus/focus/focus.html b/src/webviews/apps/plus/focus/focus.html index 31696b9..1e2aacf 100644 --- a/src/webviews/apps/plus/focus/focus.html +++ b/src/webviews/apps/plus/focus/focus.html @@ -193,7 +193,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?2e51fe40df2abdf6a27fbae6c29587b1') format('woff2'); + src: url('#{root}/dist/glicons.woff2?bee7d3595dedb7062d58fb94d382c713') format('woff2'); } diff --git a/src/webviews/apps/plus/graph/graph.html b/src/webviews/apps/plus/graph/graph.html index 1a38251..67ab68e 100644 --- a/src/webviews/apps/plus/graph/graph.html +++ b/src/webviews/apps/plus/graph/graph.html @@ -25,7 +25,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?2e51fe40df2abdf6a27fbae6c29587b1') format('woff2'); + src: url('#{root}/dist/glicons.woff2?bee7d3595dedb7062d58fb94d382c713') format('woff2'); } diff --git a/src/webviews/apps/plus/timeline/timeline.html b/src/webviews/apps/plus/timeline/timeline.html index 4ddee1c..0501771 100644 --- a/src/webviews/apps/plus/timeline/timeline.html +++ b/src/webviews/apps/plus/timeline/timeline.html @@ -73,7 +73,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?2e51fe40df2abdf6a27fbae6c29587b1') format('woff2'); + src: url('#{root}/dist/glicons.woff2?bee7d3595dedb7062d58fb94d382c713') format('woff2'); } diff --git a/src/webviews/apps/shared/glicons.scss b/src/webviews/apps/shared/glicons.scss index b06f1ac..8350a7f 100644 --- a/src/webviews/apps/shared/glicons.scss +++ b/src/webviews/apps/shared/glicons.scss @@ -6,7 +6,7 @@ Must be placed at the end of body in the HTML file of any webview that needs it @font-face { font-family: 'glicons'; font-display: block; - src: url("#{root}/dist/glicons.woff2?2e51fe40df2abdf6a27fbae6c29587b1") format("woff2"); + src: url("#{root}/dist/glicons.woff2?bee7d3595dedb7062d58fb94d382c713") format("woff2"); } */