This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Increases icon size
main
Eric Amodio
1 year ago
parent
0af8ba29bb
commit
b08885d398
6 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
images/icons/clock.svg
+1
-1
src/webviews/apps/commitDetails/commitDetails.html
+1
-1
src/webviews/apps/plus/focus/focus.html
+1
-1
src/webviews/apps/plus/graph/graph.html
+1
-1
src/webviews/apps/plus/timeline/timeline.html
+1
-1
src/webviews/apps/shared/glicons.scss
+ 1
- 1
images/icons/clock.svg
View File
@ -1 +1 @@
<svg
width=
"16"
height=
"16
"
viewBox=
"0 0 16 16"
xmlns=
"http://www.w3.org/2000/svg"
fill=
"currentColor"
>
<path
d=
"M8 8
L11 8V7L7.5 7L7 7.5L7 11H8L8
8Z"
/>
<path
d=
"M8 13
C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13ZM8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8
14Z"
/>
</svg>
<svg
xmlns=
"http://www.w3.org/2000/svg
"
viewBox=
"0 0 16 16"
fill=
"currentColor"
>
<path
d=
"M8 8
h3V7H7.5l-.5.5V11h1V
8Z"
/>
<path
d=
"M8 13
.833A5.833 5.833 0 1 1 8 2.167a5.833 5.833 0 0 1 0 11.666ZM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0
14Z"
/>
</svg>
+ 1
- 1
src/webviews/apps/commitDetails/commitDetails.html
View File
@ -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');
}
<
/
style
>
<
/
body
>
+ 1
- 1
src/webviews/apps/plus/focus/focus.html
View File
@ -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');
}
<
/
style
>
<
/
body
>
+ 1
- 1
src/webviews/apps/plus/graph/graph.html
View File
@ -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');
}
<
/
style
>
<
/
body
>
+ 1
- 1
src/webviews/apps/plus/timeline/timeline.html
View File
@ -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');
}
<
/
style
>
<
/
body
>
+ 1
- 1
src/webviews/apps/shared/glicons.scss
View File
@ -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
"
)
;
}
<
/
style
>
*
/
Write
Preview
Loading…
Cancel
Save