mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Increase width for authors on commit view (#11441)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							580f73ad79
						
					
				
				
					commit
					17f652a91c
				
			@@ -31,7 +31,7 @@
 | 
				
			|||||||
		</div>
 | 
							</div>
 | 
				
			||||||
		<div class="ui attached info segment {{$class}}">
 | 
							<div class="ui attached info segment {{$class}}">
 | 
				
			||||||
			<div class="ui stackable grid">
 | 
								<div class="ui stackable grid">
 | 
				
			||||||
				<div class="nine wide column">
 | 
									<div class="ten wide column">
 | 
				
			||||||
					{{if .Author}}
 | 
										{{if .Author}}
 | 
				
			||||||
						<img class="ui avatar image" src="{{.Author.RelAvatarLink}}" />
 | 
											<img class="ui avatar image" src="{{.Author.RelAvatarLink}}" />
 | 
				
			||||||
					{{if .Author.FullName}}
 | 
										{{if .Author.FullName}}
 | 
				
			||||||
@@ -47,7 +47,7 @@
 | 
				
			|||||||
						<span> </span>
 | 
											<span> </span>
 | 
				
			||||||
						{{if ne .Verification.CommittingUser.ID 0}}
 | 
											{{if ne .Verification.CommittingUser.ID 0}}
 | 
				
			||||||
							<img class="ui avatar image" src="{{.Verification.CommittingUser.RelAvatarLink}}" />
 | 
												<img class="ui avatar image" src="{{.Verification.CommittingUser.RelAvatarLink}}" />
 | 
				
			||||||
							<a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> <{{.Commit.Committer.Email}}></a> 
 | 
												<a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> <{{.Commit.Committer.Email}}></a>
 | 
				
			||||||
						{{else}}
 | 
											{{else}}
 | 
				
			||||||
							<img class="ui avatar image" src="{{AvatarLink .Commit.Committer.Email}}" />
 | 
												<img class="ui avatar image" src="{{AvatarLink .Commit.Committer.Email}}" />
 | 
				
			||||||
							<strong>{{.Commit.Committer.Name}}</strong>
 | 
												<strong>{{.Commit.Committer.Name}}</strong>
 | 
				
			||||||
@@ -55,7 +55,7 @@
 | 
				
			|||||||
					{{end}}
 | 
										{{end}}
 | 
				
			||||||
					<span class="text grey" id="authored-time">{{TimeSince .Commit.Author.When $.Lang}}</span>
 | 
										<span class="text grey" id="authored-time">{{TimeSince .Commit.Author.When $.Lang}}</span>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
				<div class="seven wide right aligned column">
 | 
									<div class="six wide right aligned column">
 | 
				
			||||||
					<div class="ui horizontal list">
 | 
										<div class="ui horizontal list">
 | 
				
			||||||
						{{if .Parents}}
 | 
											{{if .Parents}}
 | 
				
			||||||
							<div class="item">
 | 
												<div class="item">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user