File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 31
31
{{else if eq .HookType "feishu"}}
32
32
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/feishu.png">
33
33
{{else if eq .HookType "matrix"}}
34
- <img width="26" height="26" src="{{AssetUrlPrefix}}/img/matrix.svg">
34
+ {{svg "gitea-matrix" 26}}
35
35
{{else if eq .HookType "wechatwork"}}
36
36
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/wechatwork.png">
37
37
{{else if eq .HookType "packagist"}}
Original file line number Diff line number Diff line change 26
26
{{else if eq .HookType "feishu"}}
27
27
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/feishu.png">
28
28
{{else if eq .HookType "matrix"}}
29
- <img width="26" height="26" src="{{AssetUrlPrefix}}/img/matrix.svg">
29
+ {{svg "gitea-matrix" 26}}
30
30
{{else if eq .HookType "wechatwork"}}
31
31
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/wechatwork.png">
32
32
{{else if eq .HookType "packagist"}}
Original file line number Diff line number Diff line change 29
29
<img width="20" height="20" src="{{AssetUrlPrefix}}/img/feishu.png">{{.locale.Tr "repo.settings.web_hook_name_feishu_or_larksuite"}}
30
30
</a>
31
31
<a class="item" href="{{.BaseLinkNew}}/matrix/new">
32
- <img width="20" height="20" src="{{AssetUrlPrefix}}/ img/matrix.svg"> {{.locale.Tr "repo.settings.web_hook_name_matrix"}}
32
+ {{svg "gitea-matrix" 20 " img"}} {{.locale.Tr "repo.settings.web_hook_name_matrix"}}
33
33
</a>
34
34
<a class="item" href="{{.BaseLinkNew}}/wechatwork/new">
35
35
<img width="20" height="20" src="{{AssetUrlPrefix}}/img/wechatwork.png">{{.locale.Tr "repo.settings.web_hook_name_wechatwork"}}
Original file line number Diff line number Diff line change 24
24
{{else if eq .HookType "feishu"}}
25
25
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/feishu.png">
26
26
{{else if eq .HookType "matrix"}}
27
- <img width="26" height="26" src="{{AssetUrlPrefix}}/img/matrix.svg">
27
+ {{svg "gitea-matrix" 26}}
28
28
{{else if eq .HookType "wechatwork"}}
29
29
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/wechatwork.png">
30
30
{{else if eq .HookType "packagist"}}
Original file line number Diff line number Diff line change @@ -784,6 +784,9 @@ a.commit-statuses-trigger {
784
784
margin-top : -.25rem ;
785
785
margin-bottom : -.25rem ;
786
786
}
787
+ .ui.dropdown .menu > .item > svg .img {
788
+ margin-right : .78571429rem ;
789
+ }
787
790
788
791
.ui.selection.dropdown .menu > .item {
789
792
border-color : var (--color-secondary );
Original file line number Diff line number Diff line change 182
182
.emoji [aria- label= " musical notes" ] {
183
183
filter : invert (100% ) hue - rotate(180deg );
184
184
}
185
-
186
- img [src$= " /img/matrix.svg" ] {
187
- filter : invert (80% );
188
- }
You can’t perform that action at this time.
0 commit comments