Skip to content

Commit 97e4f50

Browse files
author
Gusted
committed
Use svg
1 parent 7b33b08 commit 97e4f50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

templates/shared/issuelist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</a>
7373
</div>
7474

75-
<span class="branch-icon">&laquo;</span>
75+
<span class="branch-icon">{{svg "gitea-double-chevron-left"}}</span>
7676

7777
{{if .PullRequest.HeadRepo}}
7878
<div class="branch">

web_src/less/shared/issuelist.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@
137137
}
138138

139139
.branch-icon {
140-
bottom: 1.5px;
141-
font-size: 22px;
140+
top: 1.5px;
142141
margin: 0 .2em;
143142
position: relative;
144143
}

0 commit comments

Comments
 (0)