使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
关注
1
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Increases icon size
main
Eric Amodio
1年前
父节点
0af8ba29bb
当前提交
b08885d398
共有
6 个文件被更改
,包括
6 次插入
和
6 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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
查看文件
@ -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
>
*
/
撰写
预览
正在加载...
取消
保存