mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Add responsive rules
This commit is contained in:
		@@ -106,4 +106,24 @@
 | 
			
		||||
 | 
			
		||||
.call-window .window-bottom div.hang-up-button {
 | 
			
		||||
	color: #dd4b39;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Responsive mode
 | 
			
		||||
 */
 | 
			
		||||
 @media screen and (max-width: 730px) {
 | 
			
		||||
 | 
			
		||||
	#callsTarget {
 | 
			
		||||
		z-index: 1030;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.call-window {
 | 
			
		||||
		width: 100%;
 | 
			
		||||
		position: fixed;
 | 
			
		||||
		left: 0px;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.call-window .videos-area {
 | 
			
		||||
		flex-direction: column;
 | 
			
		||||
	}
 | 
			
		||||
 }
 | 
			
		||||
		Reference in New Issue
	
	Block a user