mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix layout issue
This commit is contained in:
		@@ -37,10 +37,6 @@ a, .cursor-pointer {
 | 
				
			|||||||
    padding-bottom: 0px;
 | 
					    padding-bottom: 0px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#pageTarget {
 | 
					 | 
				
			||||||
    display: flex;
 | 
					 | 
				
			||||||
    flex-direction: column;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Adapt menu bar to small screens
 | 
					 * Adapt menu bar to small screens
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,6 +4,12 @@
 | 
				
			|||||||
 * @author Pierre HUBERT
 | 
					 * @author Pierre HUBERT
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.conversations-page #pageTarget {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    flex-direction: column;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.conversations-page-container {
 | 
					.conversations-page-container {
 | 
				
			||||||
	max-width: 1000px;
 | 
						max-width: 1000px;
 | 
				
			||||||
	margin: auto;
 | 
						margin: auto;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,6 +20,9 @@ const ConversationPageConvPart = {
 | 
				
			|||||||
	 */
 | 
						 */
 | 
				
			||||||
	open: async function(convID, target){
 | 
						open: async function(convID, target){
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							document.body.classList.add("conversations-page");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Reset conversation information
 | 
							//Reset conversation information
 | 
				
			||||||
		this._conv_info = {
 | 
							this._conv_info = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user