mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-03 20:15:56 +00:00 
			
		
		
		
	Hide minimize/maximize/close buttons (MR 39)
This commit is contained in:
		
							parent
							
								
									0187c6c605
								
							
						
					
					
						commit
						4116b6663b
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,8 +1,8 @@
 | 
			
		|||
/* Copyright 2022 plata
 | 
			
		||||
 * SPDX-License-Identifier: MPL-2.0 */
 | 
			
		||||
 | 
			
		||||
/* Move navigation bar to bottom */
 | 
			
		||||
@media (max-width: 700px) {
 | 
			
		||||
    /* Move navigation bar to bottom */
 | 
			
		||||
    #browser {
 | 
			
		||||
        -moz-box-ordinal-group: 0 !important; /* before FF 113 */
 | 
			
		||||
        order: -1 !important; /* since FF 113 */
 | 
			
		||||
| 
						 | 
				
			
			@ -16,4 +16,9 @@
 | 
			
		|||
    #TabsToolbar[inFullscreen] {
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /* Hide minimize/maximize/close buttons */
 | 
			
		||||
    .titlebar-buttonbox-container {
 | 
			
		||||
        display: none;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue