change branch dropdown text font-size to small

This commit is contained in:
pangliang 2024-03-08 22:32:27 +08:00
parent 0027bc957f
commit 85ec4508cc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div class="ui floating dropdown icon button mini">
<input type="hidden" name="ref" value="refs/heads/{{index .Branches 0}}">
<i>{{svg "octicon-git-branch"}}</i>
<span class="text">{{index .Branches 0}}</span>
<span class="text" style="font-size: medium">{{index .Branches 0}}</span>
<div class="menu">
<div class="ui icon search input">
<i class="search icon">{{svg "octicon-search" 16 "search icon"}}</i>