mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-587: Contain each menu section within its own div.
This commit is contained in:
		| @@ -127,12 +127,6 @@ | ||||
|     flex: 0 0 auto; | ||||
| } | ||||
|  | ||||
| #menu h3 { | ||||
|     margin: 0; | ||||
|     padding: 0; | ||||
|     padding-bottom: 1em; | ||||
| } | ||||
|  | ||||
| #menu .content { | ||||
|  | ||||
|     padding: 0; | ||||
| @@ -165,7 +159,13 @@ | ||||
|  | ||||
| } | ||||
|  | ||||
| #menu .content + h3 { | ||||
| .menu-section h3 { | ||||
|     margin: 0; | ||||
|     padding: 0; | ||||
|     padding-bottom: 1em; | ||||
| } | ||||
|  | ||||
| .menu-section ~ .menu-section h3 { | ||||
|     padding-top: 1em; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user