File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2626 {{else if $.IsOrganizationOwner}}
2727 <form method="post" action="{{$.OrgLink}}/teams/{{.LowerName | PathEscape}}/action/join">
2828 {{$.CsrfTokenHtml}}
29- <button type="submit" class="ui primary small button" name="uid" value="{{$.SignedUser.ID}}">{{ctx.Locale.Tr "org.teams.join"}}</button>
29+ <button type="submit" class="ui primary tiny button" name="uid" value="{{$.SignedUser.ID}}">{{ctx.Locale.Tr "org.teams.join"}}</button>
3030 </form>
3131 {{end}}
3232 </div>
Original file line number Diff line number Diff line change 55 <a href="{{.LFSFilesLink}}">{{ctx.Locale.Tr "repo.settings.lfs"}}</a> / <span class="truncate sha">{{.LFSFile.Oid}}</span>
66 <div class="ui right">
77 {{if .EscapeStatus.Escaped}}
8- <a class="ui mini basic button unescape-button gt-hidden">{{ctx.Locale.Tr "repo.unescape_control_characters"}}</a>
9- <a class="ui mini basic button escape-button">{{ctx.Locale.Tr "repo.escape_control_characters"}}</a>
8+ <a class="ui tiny basic button unescape-button gt-hidden">{{ctx.Locale.Tr "repo.unescape_control_characters"}}</a>
9+ <a class="ui tiny basic button escape-button">{{ctx.Locale.Tr "repo.escape_control_characters"}}</a>
1010 {{end}}
11- <a class="ui primary button" href="{{.LFSFilesLink}}/find?oid={{.LFSFile.Oid}}&size={{.LFSFile.Size}}">{{ctx.Locale.Tr "repo.settings.lfs_findcommits"}}</a>
11+ <a class="ui primary tiny button" href="{{.LFSFilesLink}}/find?oid={{.LFSFile.Oid}}&size={{.LFSFile.Size}}">{{ctx.Locale.Tr "repo.settings.lfs_findcommits"}}</a>
1212 </div>
1313 </h4>
1414 <div class="ui attached table unstackable segment">
Original file line number Diff line number Diff line change 1111 <input type="hidden" name="oid" value="{{.Oid}} {{.Size}}">
1212 {{end}}
1313 {{end}}
14- <button class="ui primary button">{{ctx.Locale.Tr "repo.settings.lfs_pointers.associateAccessible" $.NumAssociatable}}</button>
14+ <button class="ui primary tiny button">{{ctx.Locale.Tr "repo.settings.lfs_pointers.associateAccessible" $.NumAssociatable}}</button>
1515 </form>
1616 </div>
1717 {{end}}
Original file line number Diff line number Diff line change @@ -1764,11 +1764,12 @@ a.ui.basic.label:hover {
17641764 bottom : 0 ;
17651765 display : flex;
17661766 align-items : center;
1767+ gap : 0.25em ;
17671768}
17681769
1769- .ui .attached .header > .ui .right > . button ,
1770- .ui .attached .header > .ui .right > . dropdown > .button {
1771- padding : 8 px 10px ;
1770+ /* the default " .ui.attached.header > .ui.right" is only able to contain "tiny" buttons, other buttons are too large */
1771+ .ui .attached .header > .ui .right . ui . tiny .button {
1772+ padding : 6 px 10px ;
17721773 font-weight : var (--font-weight-normal );
17731774}
17741775
You can’t perform that action at this time.
0 commit comments