mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	fix wrong rendering of commit detail page (#2503)
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Kim "BKC" Carlbäcker
					
				
			
			
				
	
			
			
			
						parent
						
							633de01cf7
						
					
				
				
					commit
					a89692d158
				
			@@ -2063,16 +2063,16 @@ footer .ui.language .menu {
 | 
				
			|||||||
.repository .diff-detail-box span.status.rename {
 | 
					.repository .diff-detail-box span.status.rename {
 | 
				
			||||||
  background-color: #dad8ff;
 | 
					  background-color: #dad8ff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.repository .diff-box {
 | 
					.repository .diff-box .header {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  align-items: center;
 | 
					  align-items: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.repository .diff-box .count {
 | 
					.repository .diff-box .header .count {
 | 
				
			||||||
  margin-right: 12px;
 | 
					  margin-right: 12px;
 | 
				
			||||||
  font-size: 13px;
 | 
					  font-size: 13px;
 | 
				
			||||||
  flex: 0 0 auto;
 | 
					  flex: 0 0 auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.repository .diff-box .count .bar {
 | 
					.repository .diff-box .header .count .bar {
 | 
				
			||||||
  background-color: #bd2c00;
 | 
					  background-color: #bd2c00;
 | 
				
			||||||
  height: 12px;
 | 
					  height: 12px;
 | 
				
			||||||
  width: 40px;
 | 
					  width: 40px;
 | 
				
			||||||
@@ -2080,16 +2080,16 @@ footer .ui.language .menu {
 | 
				
			|||||||
  margin: 2px 4px 0 4px;
 | 
					  margin: 2px 4px 0 4px;
 | 
				
			||||||
  vertical-align: text-top;
 | 
					  vertical-align: text-top;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.repository .diff-box .count .bar .add {
 | 
					.repository .diff-box .header .count .bar .add {
 | 
				
			||||||
  background-color: #55a532;
 | 
					  background-color: #55a532;
 | 
				
			||||||
  height: 12px;
 | 
					  height: 12px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.repository .diff-box .file {
 | 
					.repository .diff-box .header .file {
 | 
				
			||||||
  flex: 0 1 100%;
 | 
					  flex: 0 1 100%;
 | 
				
			||||||
  color: #888;
 | 
					  color: #888;
 | 
				
			||||||
  word-break: break-all;
 | 
					  word-break: break-all;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.repository .diff-box .button {
 | 
					.repository .diff-box .header .button {
 | 
				
			||||||
  margin: -5px 0 -5px 12px;
 | 
					  margin: -5px 0 -5px 12px;
 | 
				
			||||||
  padding: 8px 10px;
 | 
					  padding: 8px 10px;
 | 
				
			||||||
  flex: 0 0 auto;
 | 
					  flex: 0 0 auto;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -887,7 +887,7 @@
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	.diff-box {
 | 
						.diff-box .header {
 | 
				
			||||||
		display: flex;
 | 
							display: flex;
 | 
				
			||||||
		align-items: center;
 | 
							align-items: center;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user