File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1313 </div>
1414 {{if .EnableFeed}}
1515 <a class="ui small button" href="{{.RepoLink}}/{{if .PageIsTagList}}tags{{else}}releases{{end}}.rss">
16- {{svg "octicon-rss" 18 }} {{ctx.Locale.Tr "rss_feed"}}
16+ {{svg "octicon-rss" 16 }} {{ctx.Locale.Tr "rss_feed"}}
1717 </a>
1818 {{end}}
1919 {{if and (not .PageIsTagList) .CanCreateRelease}}
Original file line number Diff line number Diff line change @@ -85,6 +85,13 @@ It needs some tricks to tweak the left/right borders with active state */
8585 box-shadow : none;
8686}
8787
88+ /* apply the vertical padding of .compact to non-compact buttons when they contain a svg as they
89+ would otherwise appear too large. Seen on "RSS Feed" button on repo releases tab. */
90+ .ui .small .button : not (.compact ): has (.svg ) {
91+ padding-top : 0.58928571em ;
92+ padding-bottom : 0.58928571em ;
93+ }
94+
8895.ui .labeled .button .disabled > .button ,
8996.ui .basic .buttons .button ,
9097.ui .basic .button ,
You can’t perform that action at this time.
0 commit comments