mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix(settings): misaligned buttons (#15656)
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
		@@ -7,8 +7,8 @@
 | 
			
		||||
		<h4 class="ui top attached header">
 | 
			
		||||
			{{.i18n.Tr "repo.settings.lfs_filelist"}} ({{.i18n.Tr "admin.total" .Total}})
 | 
			
		||||
			<div class="ui right">
 | 
			
		||||
				<a class="ui tiny show-panel button" href="{{.Link}}/locks"><span class="octicon-tiny">{{svg "octicon-lock"}}</span>{{.i18n.Tr "repo.settings.lfs_locks"}}</a>
 | 
			
		||||
				<a class="ui primary tiny show-panel button" href="{{.Link}}/pointers"><span class="octicon-tiny">{{svg "octicon-search"}}</span> {{.i18n.Tr "repo.settings.lfs_findpointerfiles"}}</a>
 | 
			
		||||
				<a class="ui tiny show-panel button" href="{{.Link}}/locks">{{.i18n.Tr "repo.settings.lfs_locks"}}</a>
 | 
			
		||||
				<a class="ui primary tiny show-panel button" href="{{.Link}}/pointers"> {{.i18n.Tr "repo.settings.lfs_findpointerfiles"}}</a>
 | 
			
		||||
			</div>
 | 
			
		||||
		</h4>
 | 
			
		||||
		<table id="lfs-files-table" class="ui attached segment single line table">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user