mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Improve CSS rules
This commit is contained in:
		@@ -58,8 +58,12 @@
 | 
				
			|||||||
.call-window .videos-area {
 | 
					.call-window .videos-area {
 | 
				
			||||||
	display: flex;
 | 
						display: flex;
 | 
				
			||||||
	flex-direction: row;
 | 
						flex-direction: row;
 | 
				
			||||||
 | 
						flex-wrap: wrap;
 | 
				
			||||||
 | 
						max-width: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.call-window .videos-area video {
 | 
					.call-window .videos-area video {
 | 
				
			||||||
 | 
						flex-shrink: 1;
 | 
				
			||||||
 | 
						flex: 1;
 | 
				
			||||||
 | 
						max-height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user