mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Make diff view full width again (#24598)
Regression of #24459 , [the related line](https://github.com/go-gitea/gitea/pull/24459/files#diff-f255004de8d715ff40852710390429bf2a06e7e33a4e3f8ad568af636557ac71L8) The PR file diff view needs to be full-screen width.
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
{{if .DiffNotAvailable}}
 | 
			
		||||
	<div class="diff-detail-box diff-box sticky">
 | 
			
		||||
		<div>
 | 
			
		||||
	<div>
 | 
			
		||||
		<div class="diff-detail-box diff-box sticky">
 | 
			
		||||
			<div class="ui right">
 | 
			
		||||
				{{template "repo/diff/whitespace_dropdown" .}}
 | 
			
		||||
				{{template "repo/diff/options_dropdown" .}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user