mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	layout changes
This commit is contained in:
		
							parent
							
								
									ca2cb694d0
								
							
						
					
					
						commit
						273c474e3f
					
				@ -23,7 +23,7 @@
 | 
			
		||||
        </p>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        <div class="d-flex justify-content-between align-items-center">
 | 
			
		||||
        <div class="d-flex align-items-center">
 | 
			
		||||
          <div class="btn-group">
 | 
			
		||||
            <a routerLink="/search" [queryParams]="{'more_like': document.id}" class="btn btn-sm btn-outline-secondary" *ngIf="moreLikeThis">
 | 
			
		||||
              <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-three-dots" viewBox="0 0 16 16">
 | 
			
		||||
@ -51,10 +51,13 @@
 | 
			
		||||
              </svg>
 | 
			
		||||
              Download
 | 
			
		||||
            </a>
 | 
			
		||||
            <ngb-progressbar *ngIf="searchScore" [type]="searchScoreClass" [value]="searchScore" class="search-score-bar" [max]="1"></ngb-progressbar>
 | 
			
		||||
            
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <small class="text-muted ml-auto">Score:</small>
 | 
			
		||||
 | 
			
		||||
          <ngb-progressbar *ngIf="searchScore" [type]="searchScoreClass" [value]="searchScore" class="search-score-bar mx-2" [max]="1"></ngb-progressbar>
 | 
			
		||||
          
 | 
			
		||||
          <small class="text-muted">Created: {{document.created | date}}</small>
 | 
			
		||||
        </div>
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
@ -14,5 +14,5 @@
 | 
			
		||||
.search-score-bar {
 | 
			
		||||
  width: 100px;
 | 
			
		||||
  height: 5px;
 | 
			
		||||
  margin: 10px;
 | 
			
		||||
  margin-top: 2px;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user