mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	UI: Make navbar full width (#5998)
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -98,6 +98,12 @@ pre > code {
 | 
				
			|||||||
        width: 16px;
 | 
					        width: 16px;
 | 
				
			||||||
        text-align: center;
 | 
					        text-align: center;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    #navbar {
 | 
				
			||||||
 | 
					        width: 100vw;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    #navbar .brand {
 | 
				
			||||||
 | 
					        margin: 0 0 0 .5rem;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
    @media only screen and (max-width: 767px) {
 | 
					    @media only screen and (max-width: 767px) {
 | 
				
			||||||
        #navbar:not(.shown) > *:not(:first-child) {
 | 
					        #navbar:not(.shown) > *:not(:first-child) {
 | 
				
			||||||
            display: none;
 | 
					            display: none;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user