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 2525 {{else if $.IsOrganizationOwner}}
2626 <form method="post" action="{{$.OrgLink}}/teams/{{.LowerName | PathEscape}}/action/join">
2727 {{$.CsrfTokenHtml}}
28- <button type="submit" class="ui primary small button" name="uid" value="{{$.SignedUser.ID}}">{{ctx.Locale.Tr "org.teams.join"}}</button>
28+ <button type="submit" class="ui primary tiny button" name="uid" value="{{$.SignedUser.ID}}">{{ctx.Locale.Tr "org.teams.join"}}</button>
2929 </form>
3030 {{end}}
3131 </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 @@ -2022,11 +2022,12 @@ a.ui.basic.label:hover {
20222022 bottom : 0 ;
20232023 display : flex;
20242024 align-items : center;
2025+ gap : 0.25em ;
20252026}
20262027
2027- .ui .attached .header > .ui .right > . button ,
2028- .ui .attached .header > .ui .right > . dropdown > .button {
2029- padding : 8 px 10px ;
2028+ /* the default " .ui.attached.header > .ui.right" is only able to contain "tiny" buttons, other buttons are too large */
2029+ .ui .attached .header > .ui .right . ui . tiny .button {
2030+ padding : 6 px 10px ;
20302031 font-weight : var (--font-weight-normal );
20312032}
20322033
You can’t perform that action at this time.
0 commit comments