mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	ui - cut timeline length with last element on issue view (#7355)
* cut timeline length with last element on issue view fix #7304 - lightly enlight dark theme issue timeline color Signed-off-by: Michael Gnehr <michael@gnehr.de> * remove new container Signed-off-by: Michael Gnehr <michael@gnehr.de>
This commit is contained in:
		
					parent
					
						
							
								7166629d9c
							
						
					
				
			
			
				commit
				
					
						5b92bc1bec
					
				
			
		
					 5 changed files with 31 additions and 7 deletions
				
			
		|  | @ -749,7 +749,7 @@ | |||
|         } | ||||
| 
 | ||||
|         .comment-list { | ||||
|             &:before { | ||||
|             &:not(.prevent-before-timeline):before { | ||||
|                 display: block; | ||||
|                 content: ""; | ||||
|                 position: absolute; | ||||
|  | @ -763,6 +763,27 @@ | |||
|                 z-index: -1; | ||||
|             } | ||||
| 
 | ||||
|             .timeline-line { | ||||
|                 position: relative; | ||||
|                 display: block; | ||||
|                 width: 100%; | ||||
|                 max-width: 100%; | ||||
| 
 | ||||
|                 &:before { | ||||
|                     display: block; | ||||
|                     content: ""; | ||||
|                     position: absolute; | ||||
|                     margin-top: 12px; | ||||
|                     margin-bottom: 14px; | ||||
|                     top: 0; | ||||
|                     bottom: 0; | ||||
|                     left: 82px; | ||||
|                     width: 2px; | ||||
|                     background-color: #f3f3f3; | ||||
|                     z-index: -1; | ||||
|                 } | ||||
|             } | ||||
| 
 | ||||
|             .comment { | ||||
|                 .avatar { | ||||
|                     width: @comment-avatar-width; | ||||
|  |  | |||
|  | @ -619,8 +619,9 @@ a.ui.basic.green.label:hover { | |||
|     border-right-color: #353945; | ||||
| } | ||||
| 
 | ||||
| .repository.view.issue .comment-list:before { | ||||
|     background-color: #313c47; | ||||
| .repository.view.issue .comment-list:not(.prevent-before-timeline):before, | ||||
| .repository.view.issue .comment-list .timeline-line:before { | ||||
|     background-color: #3b4954; | ||||
| } | ||||
| 
 | ||||
| .repository .comment.form .content .form:after { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue